Commit 3848d470 authored by Jason Wang's avatar Jason Wang Committed by Richard Weinberger

um: Fix comment typo

The double `in' is duplicated in line 172, remove one.
Signed-off-by: default avatarJason Wang <wangborong@cdjrlc.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 758dfdb9
...@@ -169,7 +169,7 @@ __uml_setup("iomem=", parse_iomem, ...@@ -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 * setup_iomem, both of which run during early boot. Afterwards, it's
* unchanged. * unchanged.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment