diff options
Diffstat (limited to 'sys/fs/tmpfs/tmpfs.h')
-rw-r--r-- | sys/fs/tmpfs/tmpfs.h | 2 |
1 files changed, 1 insertions, 1 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; |