- commentary typo

This commit is contained in:
Bernhard Reutner-Fischer 2006-12-02 20:47:36 +00:00
parent 1375bc7b67
commit 91d4a2dac3

View 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)));