summaryrefslogtreecommitdiffstats
path: root/sys/cddl
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2009-09-07 16:56:41 +0000
committertrasz <trasz@FreeBSD.org>2009-09-07 16:56:41 +0000
commitd7d0510a54499781b4ef6a26a3feb1dcdd759138 (patch)
treeba4dcab310ca65975bd596cf603f7ee370d41713 /sys/cddl
parent917e3d6daa50d5916532bf3c1ceb48d87c9e04e8 (diff)
downloadFreeBSD-src-d7d0510a54499781b4ef6a26a3feb1dcdd759138.zip
FreeBSD-src-d7d0510a54499781b4ef6a26a3feb1dcdd759138.tar.gz
Prevent the line from wrapping.
Diffstat (limited to 'sys/cddl')
-rw-r--r--sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
index 1d00782..64fded4 100644
--- a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
+++ b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
@@ -3567,7 +3567,7 @@ arc_init(void)
if ((((uint64_t)physmem * PAGESIZE) < (1ULL << 32)) &&
prefetch_tunable_set == 0) {
printf("ZFS NOTICE: Prefetch is disabled by default if less "
- "than 4 GB of RAM is present;\n"
+ "than 4GB of RAM is present;\n"
" to enable, add \"vfs.zfs.prefetch_disable=0\" "
"to /boot/loader.conf.\n");
zfs_prefetch_disable=1;
OpenPOWER on IntegriCloud