tar: support -T - and -X -
[oweals/busybox.git] / e2fsprogs / tune2fs.c
index 75e4f6bcf269785abd20ff4baa13a465b51c1ae5..9daec542a2036585e98482beb048c68af5d1adef 100644 (file)
@@ -43,7 +43,7 @@ do { \
 //usage:       "Adjust filesystem options on ext[23] filesystems"
 
 enum {
-       OPT_L = 1 << 0, // label
+       OPT_L = 1 << 0, // label
        OPT_c = 1 << 1, // max mount count
        OPT_i = 1 << 2, // check interval
 };