summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/vm
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/vm')
-rw-r--r--usr/src/uts/common/vm/vpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/vm/vpm.c b/usr/src/uts/common/vm/vpm.c
index db5fdeda85..f3d14613aa 100644
--- a/usr/src/uts/common/vm/vpm.c
+++ b/usr/src/uts/common/vm/vpm.c
@@ -871,7 +871,7 @@ vpm_map_pages(
* If we did not find the page or if this page was not
* in vpm cache(p_vpmref == 0), then let VOP_GETPAGE get
* all the pages.
- * We need to call VOP_GETPAGE so that filesytems can do some
+ * We need to call VOP_GETPAGE so that filesystems can do some
* (un)necessary tracking for sequential access.
*/