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/io/fd.c | |
| 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/io/fd.c')
| -rw-r--r-- | usr/src/uts/common/io/fd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/fd.c b/usr/src/uts/common/io/fd.c index e378bf75d5..76d123f969 100644 --- a/usr/src/uts/common/io/fd.c +++ b/usr/src/uts/common/io/fd.c @@ -600,7 +600,7 @@ fd_detach(dev_info_t *dip, ddi_detach_cmd_t cmd) * (We guess this by looking for a block open. Character * opens are fine.) This limits some of the usability of * suspend/resume, but it certainly avoids this - * potential filesytem corruption from pilot error. + * potential filesystem corruption from pilot error. * Given the decreasing popularity of floppy media, we * don't see this as much of a limitation. */ |
