svn commit: trunk/busybox/util-linux

aldot at busybox.net aldot at busybox.net
Mon Jul 21 15:29:36 UTC 2008


Author: aldot
Date: 2008-07-21 08:29:36 -0700 (Mon, 21 Jul 2008)
New Revision: 22905

Log:
- commentary typo fix


Modified:
   trunk/busybox/util-linux/losetup.c


Changeset:
Modified: trunk/busybox/util-linux/losetup.c
===================================================================
--- trunk/busybox/util-linux/losetup.c	2008-07-21 14:41:33 UTC (rev 22904)
+++ trunk/busybox/util-linux/losetup.c	2008-07-21 15:29:36 UTC (rev 22905)
@@ -18,7 +18,7 @@
 	char *s;
 	unsigned long long offset = 0;
 
-	/* max 2 args, all opts are mutially exclusive */
+	/* max 2 args, all opts are mutually exclusive */
 	opt_complementary = "?2:d--of:o--df:f-do";
 	opt = getopt32(argv, "do:f", &opt_o);
 	argc -= optind;




More information about the busybox-cvs mailing list