aboutsummaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-16 19:57:44 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-16 19:57:44 +0000
commit5c69dc07c93b5478449e5e8fc30fe10451b3d51f (patch)
treef7dba194996f25de00fbd1e428e053446cc790f0 /internal.h
parentba4269c12f8fd24e76a4592fb162dac01897dd16 (diff)
downloadbusybox-w32-5c69dc07c93b5478449e5e8fc30fe10451b3d51f.tar.gz
busybox-w32-5c69dc07c93b5478449e5e8fc30fe10451b3d51f.tar.bz2
busybox-w32-5c69dc07c93b5478449e5e8fc30fe10451b3d51f.zip
Fix some spelling errors in the source as well.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@655 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h2
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