diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-05-03 18:24:33 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-05-03 18:24:33 +0200 |
commit | c77a58fb2d84d4ee3883d385bc44bbfcfc7093c9 (patch) | |
tree | a8d4152df76849e1e541925f90b50399ef940f84 | |
parent | 4d8ddb810d52f5ad1bcef8bda07687200117e56b (diff) | |
download | busybox-w32-c77a58fb2d84d4ee3883d385bc44bbfcfc7093c9.tar.gz busybox-w32-c77a58fb2d84d4ee3883d385bc44bbfcfc7093c9.tar.bz2 busybox-w32-c77a58fb2d84d4ee3883d385bc44bbfcfc7093c9.zip |
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -185,7 +185,7 @@ Supported hardware: | |||
185 | Under 2.4 Linux kernels, kernel module loading was implemented in a | 185 | Under 2.4 Linux kernels, kernel module loading was implemented in a |
186 | platform-specific manner. Busybox's insmod utility has been reported to | 186 | platform-specific manner. Busybox's insmod utility has been reported to |
187 | work under ARM, CRIS, H8/300, x86, ia64, x86_64, m68k, MIPS, PowerPC, S390, | 187 | work under ARM, CRIS, H8/300, x86, ia64, x86_64, m68k, MIPS, PowerPC, S390, |
188 | SH3/4/5, Sparc, v850e, and x86_64. Anything else probably won't work. | 188 | SH3/4/5, Sparc, and v850e. Anything else probably won't work. |
189 | 189 | ||
190 | The module loading mechanism for the 2.6 kernel is much more generic, and | 190 | The module loading mechanism for the 2.6 kernel is much more generic, and |
191 | we believe 2.6.x kernel module loading support should work on all | 191 | we believe 2.6.x kernel module loading support should work on all |