summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2007-06-26 02:07:08 +0000
committerdelphij <delphij@FreeBSD.org>2007-06-26 02:07:08 +0000
commit73fffc81bcaccfc20c4d1d26232d77e302919133 (patch)
tree3d03d62d1f3854506dfcb9784581c00be2c75e2a /sys
parente49a0d2ba73d975022e5ea82e949f84d7e11a548 (diff)
downloadFreeBSD-src-73fffc81bcaccfc20c4d1d26232d77e302919133.zip
FreeBSD-src-73fffc81bcaccfc20c4d1d26232d77e302919133.tar.gz
- Sync with NetBSD's RCSID (HEAD preferred).
- Correct a typo. Approved by: re (tmpfs blanket)
Diffstat (limited to 'sys')
-rw-r--r--sys/fs/tmpfs/tmpfs.h2
-rw-r--r--sys/fs/tmpfs/tmpfs_fifoops.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/tmpfs/tmpfs.h b/sys/fs/tmpfs/tmpfs.h
index 61999e1..7eaf85b 100644
--- a/sys/fs/tmpfs/tmpfs.h
+++ b/sys/fs/tmpfs/tmpfs.h
@@ -268,7 +268,7 @@ LIST_HEAD(tmpfs_node_list, tmpfs_node);
struct tmpfs_mount {
/* Maximum number of memory pages available for use by the file
* system, set during mount time. This variable must never be
- * used directly as it may be bigger that the current amount of
+ * used directly as it may be bigger than the current amount of
* free memory; in the extreme case, it will hold the SIZE_MAX
* value. Instead, use the TMPFS_PAGES_MAX macro. */
size_t tm_pages_max;
diff --git a/sys/fs/tmpfs/tmpfs_fifoops.h b/sys/fs/tmpfs/tmpfs_fifoops.h
index 134018f..3371971 100644
--- a/sys/fs/tmpfs/tmpfs_fifoops.h
+++ b/sys/fs/tmpfs/tmpfs_fifoops.h
@@ -1,4 +1,4 @@
-/* $NetBSD: tmpfs_fifoops.h,v 1.3.2.2 2005/12/11 10:29:11 christos Exp $ */
+/* $NetBSD: tmpfs_fifoops.h,v 1.4 2005/12/03 17:34:44 christos Exp $ */
/*
* Copyright (c) 2005 The NetBSD Foundation, Inc.
OpenPOWER on IntegriCloud