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/b552a7398ae9
branches: trunk
changeset: 362592:b552a7398ae9
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 41fc2e31549d -r b552a7398ae9 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