- commentary typo
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 2 Dec 2006 20:47:36 +0000 (20:47 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 2 Dec 2006 20:47:36 +0000 (20:47 -0000)
coreutils/mknod.c

index 7cc478f177e3cc6755137afd0af08d26578e0bfd..8ca511cd562a01231f13a7660f2d0a8678c2f99b 100644 (file)
@@ -32,7 +32,7 @@ int mknod_main(int argc, char **argv)
 
                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)));