diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-16 19:57:44 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-16 19:57:44 +0000 |
commit | 74c66ad06ebc5bfbf7187ed53196625462db1a9a (patch) | |
tree | f7dba194996f25de00fbd1e428e053446cc790f0 /internal.h | |
parent | 98cd53e86db2e99e6fdcfd94c700c50b1baaf59f (diff) | |
download | busybox-w32-74c66ad06ebc5bfbf7187ed53196625462db1a9a.tar.gz busybox-w32-74c66ad06ebc5bfbf7187ed53196625462db1a9a.tar.bz2 busybox-w32-74c66ad06ebc5bfbf7187ed53196625462db1a9a.zip |
Fix some spelling errors in the source as well.
-Erik
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal.h b/internal.h index e25c14460..9997f4dc4 100644 --- a/internal.h +++ b/internal.h | |||
@@ -289,7 +289,7 @@ int nfsmount(const char *spec, const char *node, unsigned long *flags, | |||
289 | #endif | 289 | #endif |
290 | 290 | ||
291 | #ifndef RB_POWER_OFF | 291 | #ifndef RB_POWER_OFF |
292 | /* Stop system and switch power off if possable. */ | 292 | /* Stop system and switch power off if possible. */ |
293 | #define RB_POWER_OFF 0x4321fedc | 293 | #define RB_POWER_OFF 0x4321fedc |
294 | #endif | 294 | #endif |
295 | 295 | ||