aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-03-24 14:30:05 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-03-24 14:30:05 +0000
commit771b1864064e211bd2548f2fe06b17af27688377 (patch)
treebad541ed823540e591e94ec8002864274dfb0886
parent2dd13bd25aed09505bcb45ddab4b48505b7bcc80 (diff)
downloadbusybox-w32-771b1864064e211bd2548f2fe06b17af27688377.tar.gz
busybox-w32-771b1864064e211bd2548f2fe06b17af27688377.tar.bz2
busybox-w32-771b1864064e211bd2548f2fe06b17af27688377.zip
- commentary typos
-rw-r--r--miscutils/Config.in2
-rw-r--r--miscutils/makedevs.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index 8f2ef1557..dcd19ad0d 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -225,7 +225,7 @@ config CONFIG_MAKEDEVS
225 Device properties are passed as command line arguments. 225 Device properties are passed as command line arguments.
226 . 226 .
227 'table' reads device properties from a file or stdin, allowing 227 'table' reads device properties from a file or stdin, allowing
228 a batch of unrelated devices to be makde with one command. 228 a batch of unrelated devices to be made with one command.
229 User/group names are allowed as an alternative to uid/gid. 229 User/group names are allowed as an alternative to uid/gid.
230 230
231choice 231choice
diff --git a/miscutils/makedevs.c b/miscutils/makedevs.c
index fa7535f05..999b99331 100644
--- a/miscutils/makedevs.c
+++ b/miscutils/makedevs.c
@@ -238,5 +238,5 @@ loop:
238} 238}
239 239
240#else 240#else
241# error makdedevs configuration error, either leaf or table must be selected 241# error makedevs configuration error, either leaf or table must be selected
242#endif 242#endif