diff options
author | 2014-05-05 15:04:05 +0000 | |
---|---|---|
committer | 2014-05-05 15:04:05 +0000 | |
commit | 2fc808a35d344e30ada8404edd0f4eb2a6c13375 (patch) | |
tree | 5a2ce4890cad0725e8642cbcf9878bfe6e49391a | |
parent | Remove SRP and Kerberos support from libssl. These are complex protocols (diff) | |
download | wireguard-openbsd-2fc808a35d344e30ada8404edd0f4eb2a6c13375.tar.xz wireguard-openbsd-2fc808a35d344e30ada8404edd0f4eb2a6c13375.zip |
"new file systemsize is" -> "new filesystem size is".
From David Vasek.
-rw-r--r-- | sbin/growfs/growfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/growfs/growfs.c b/sbin/growfs/growfs.c index 2911cafc751..e5c9aaf1b13 100644 --- a/sbin/growfs/growfs.c +++ b/sbin/growfs/growfs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: growfs.c,v 1.34 2014/04/30 14:28:48 krw Exp $ */ +/* $OpenBSD: growfs.c,v 1.35 2014/05/05 15:04:05 krw Exp $ */ /* * Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz * Copyright (c) 1980, 1989, 1993 The Regents of the University of California. @@ -2068,7 +2068,7 @@ main(int argc, char **argv) } if (!quiet) - printf("new file systemsize is: %jd frags\n", + printf("new filesystem size is: %jd frags\n", (intmax_t)sblock.fs_size); /* |