diff options
author | Bernhard Reutner-Fischer | 2008-07-21 15:29:36 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2008-07-21 15:29:36 +0000 |
commit | 1d4cd606a1e3fbef038026c7aabe26e8fbf8ae43 (patch) | |
tree | 70240d0a53f6e3a8a1115cf6f14817936effb166 | |
parent | d73cbd31a295ac757e59f129f162d9cd69440224 (diff) | |
download | busybox-1d4cd606a1e3fbef038026c7aabe26e8fbf8ae43.zip busybox-1d4cd606a1e3fbef038026c7aabe26e8fbf8ae43.tar.gz |
- commentary typo fix
-rw-r--r-- | util-linux/losetup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/losetup.c b/util-linux/losetup.c index 62a1a73..e224a4d 100644 --- a/util-linux/losetup.c +++ b/util-linux/losetup.c @@ -18,7 +18,7 @@ int losetup_main(int argc, char **argv) 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; |