public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
* little fixme in btrfsctl.c [PATCH]
@ 2009-10-26 20:06 David Nicol
  0 siblings, 0 replies; only message in thread
From: David Nicol @ 2009-10-26 20:06 UTC (permalink / raw)
  To: BTRFS MAILING LIST

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, '/')) {

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-26 20:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-26 20:06 little fixme in btrfsctl.c [PATCH] David Nicol

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox