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:
parent
758dfdb918
commit
3848d470cb
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue