diff options
author | obrien <obrien@FreeBSD.org> | 2005-02-15 22:31:05 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2005-02-15 22:31:05 +0000 |
commit | b5f200c138245a945f94c5c2b3a44fa964db443e (patch) | |
tree | b29abbf4d644075cae65b9a89583ea4d7d7626fa /sbin/sunlabel | |
parent | 04e8cef9b4d31f7aa83936f7554e8a757394d805 (diff) | |
download | FreeBSD-src-b5f200c138245a945f94c5c2b3a44fa964db443e.zip FreeBSD-src-b5f200c138245a945f94c5c2b3a44fa964db443e.tar.gz |
Fix grammar error.
Diffstat (limited to 'sbin/sunlabel')
-rw-r--r-- | sbin/sunlabel/sunlabel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/sunlabel/sunlabel.c b/sbin/sunlabel/sunlabel.c index c520b3a..d299f36 100644 --- a/sbin/sunlabel/sunlabel.c +++ b/sbin/sunlabel/sunlabel.c @@ -752,7 +752,7 @@ print_label(struct sun_disklabel *sl, const char *disk, FILE *out) fprintf(out, "# /dev/%s:\n" "text: %s\n" -"bytes/sectors: %d\n" +"bytes/sector: %d\n" "sectors/cylinder: %ju\n", disk, sl->sl_text, |