um: Fix comment typo

The double `in' is duplicated in line 172, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
Jason Wang 2022-07-15 12:29:38 +08:00 committed by Richard Weinberger
parent 758dfdb918
commit 3848d470cb

View file

@ -169,7 +169,7 @@ __uml_setup("iomem=", parse_iomem,
);
/*
* This list is constructed in parse_iomem and addresses filled in in
* This list is constructed in parse_iomem and addresses filled in
* setup_iomem, both of which run during early boot. Afterwards, it's
* unchanged.
*/