diff --git a/sys/fs/tmpfs/tmpfs.h b/sys/fs/tmpfs/tmpfs.h index 61999e18fdeb..7eaf85b07dcc 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 134018f698d0..33719713aa87 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.