svn commit: trunk/busybox/coreutils
aldot at busybox.net
aldot at busybox.net
Sat Dec 2 12:47:36 PST 2006
Author: aldot
Date: 2006-12-02 12:47:36 -0800 (Sat, 02 Dec 2006)
New Revision: 16771
Log:
- commentary typo
Modified:
trunk/busybox/coreutils/mknod.c
Changeset:
Modified: trunk/busybox/coreutils/mknod.c
===================================================================
--- trunk/busybox/coreutils/mknod.c 2006-12-02 20:12:12 UTC (rev 16770)
+++ trunk/busybox/coreutils/mknod.c 2006-12-02 20:47:36 UTC (rev 16771)
@@ -32,7 +32,7 @@
dev = 0;
if ((*name != 'p') && ((argc -= 2) == 2)) {
- /* Autodetect what the system supports; thexe macros should
+ /* Autodetect what the system supports; these macros should
* optimize out to two constants. */
dev = makedev(xatoul_range(argv[2], 0, major(UINT_MAX)),
xatoul_range(argv[3], 0, minor(UINT_MAX)));
More information about the busybox-cvs
mailing list