little fixme in btrfsctl.c [PATCH]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



diff --git a/btrfsctl.c b/btrfsctl.c
index 66c4e89..3ab0c26 100644
--- a/btrfsctl.c
+++ b/btrfsctl.c
@@ -144,7 +144,7 @@ int main(int ac, char **av)
                        len = strlen(name);
                        if (len == 0 || len >= BTRFS_VOL_NAME_MAX) {
                                fprintf(stderr,
-                                    "snapshot name zero length or too long\n");
+                                    "subvolume name zero length or
too long\n");
                                exit(1);
                        }
                        if (strchr(name, '/')) {
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Filesystem Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux