public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
From: David Nicol <davidnicol@gmail.com>
To: BTRFS MAILING LIST <linux-btrfs@vger.kernel.org>
Subject: little fixme in btrfsctl.c [PATCH]
Date: Mon, 26 Oct 2009 15:06:32 -0500	[thread overview]
Message-ID: <934f64a20910261306mfd60a3fvb8dcf92dc892cabd@mail.gmail.com> (raw)

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

                 reply	other threads:[~2009-10-26 20:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=934f64a20910261306mfd60a3fvb8dcf92dc892cabd@mail.gmail.com \
    --to=davidnicol@gmail.com \
    --cc=linux-btrfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox