diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2008-02-03 08:14:02 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 08:14:02 -0500 |
commit | e1b8513d21845fbeb93d6d2c4973db874385059f (patch) | |
tree | b2bf0b3bd68f484add7a41475714ec6ee7718ea2 /Makefile | |
parent | 14e4a0f2bb242f8008bc70b55fa834292c6a62af (diff) |
Typoes: "whith" -> "with"
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1484,7 +1484,7 @@ kernelversion: | |||
1484 | # Single targets | 1484 | # Single targets |
1485 | # --------------------------------------------------------------------------- | 1485 | # --------------------------------------------------------------------------- |
1486 | # Single targets are compatible with: | 1486 | # Single targets are compatible with: |
1487 | # - build whith mixed source and output | 1487 | # - build with mixed source and output |
1488 | # - build with separate output dir 'make O=...' | 1488 | # - build with separate output dir 'make O=...' |
1489 | # - external modules | 1489 | # - external modules |
1490 | # | 1490 | # |