diff options
| author | Toomas Soome <tsoome@me.com> | 2018-03-10 15:09:46 -0800 |
|---|---|---|
| committer | Joshua M. Clulow <josh@sysmgr.org> | 2018-03-10 15:09:46 -0800 |
| commit | d0b12b660e0741581d18f1f3a7d5268e0a5f1806 (patch) | |
| tree | 5085bf9248fe926c124986d5dcef6aabcbe3d3fe /usr/src/uts/common/vm | |
| parent | edc8ef7d921c96b23969898aeb766cb24960bda7 (diff) | |
| download | illumos-joyent-d0b12b660e0741581d18f1f3a7d5268e0a5f1806.tar.gz | |
9214 typo: sytem should be system
Reviewed by: C Fraire <cfraire@me.com>
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Approved by: Joshua M. Clulow <josh@sysmgr.org>
Diffstat (limited to 'usr/src/uts/common/vm')
| -rw-r--r-- | usr/src/uts/common/vm/vpm.c | 2 |
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. */ |
