diff options
author | Eric Andersen | 2000-08-19 20:16:16 +0000 |
---|---|---|
committer | Eric Andersen | 2000-08-19 20:16:16 +0000 |
commit | e89267c8b38a49dcb8983d4903328a3d079b2b15 (patch) | |
tree | 66e070f66d1901e1701213bdb4585d674355ec9f /busybox.def.h | |
parent | 8cbac440d667526cf28cf88bef4155b1ac15780d (diff) | |
download | busybox-e89267c8b38a49dcb8983d4903328a3d079b2b15.zip busybox-e89267c8b38a49dcb8983d4903328a3d079b2b15.tar.gz |
Minor fixups.
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h index 474c3c3..78e826d 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -123,7 +123,7 @@ // USE_PROCFS at the same time... NOTE: If you enable this feature, you // _must_ have patched the kernel to include the devps patch that is included // in the busybox/kernel-patches directory. You will also need to create some -// device special files /dev on your embedded system: +// device special files in /dev on your embedded system: // mknod /dev/modules c 10 23 // mknod /dev/mtab c 10 22 // mknod /dev/ps c 10 21 |