Source-Changes-HG archive

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

[src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs Use space between...



details:   https://anonhg.NetBSD.org/src/rev/35d2c176c529
branches:  trunk
changeset: 323480:35d2c176c529
user:      gson <gson%NetBSD.org@localhost>
date:      Sat Jun 16 15:18:33 2018 +0000

description:
Use space between words

diffstat:

 external/cddl/osnet/dist/uts/common/fs/zfs/zfs_ioctl.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 7ab4f36a6d5e -r 35d2c176c529 external/cddl/osnet/dist/uts/common/fs/zfs/zfs_ioctl.c
--- a/external/cddl/osnet/dist/uts/common/fs/zfs/zfs_ioctl.c    Sat Jun 16 15:04:29 2018 +0000
+++ b/external/cddl/osnet/dist/uts/common/fs/zfs/zfs_ioctl.c    Sat Jun 16 15:18:33 2018 +0000
@@ -7133,7 +7133,7 @@
                printf("WARNING: ZFS on NetBSD is under development\n");
                availrmem = (uint64_t)physmem * PAGE_SIZE / 1048576;
                if (availrmem < ZFS_MIN_MEGS * 80 / 100) {
-                       printf("ERROR: at least %dMB of memory required to"
+                       printf("ERROR: at least %dMB of memory required to "
                            "use ZFS\n", ZFS_MIN_MEGS);
                        return ENOMEM;
                }



Home | Main Index | Thread Index | Old Index