diff options
author | alex <alex@FreeBSD.org> | 2000-07-09 15:44:02 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-07-09 15:44:02 +0000 |
commit | 9474a996bc7d3bb42eb258b6bf69285cb4917217 (patch) | |
tree | f15254219b81b7a8dee8f92273ec5d58ef0b833f /sys/i386 | |
parent | c6e22d497b489504107cff9aef41cf62a9e9f6eb (diff) | |
download | FreeBSD-src-9474a996bc7d3bb42eb258b6bf69285cb4917217.zip FreeBSD-src-9474a996bc7d3bb42eb258b6bf69285cb4917217.tar.gz |
Add missing "a" in "Soft updates is technique".
PR: 19770
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index b45ecce..ca73dc1 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -643,7 +643,7 @@ options NFS_ROOT #NFS usable as root device # Also, 'options MFS' is currently incompatible with DEVFS. options DEVFS #devices filesystem -# Soft updates is technique for improving file system speed and +# Soft updates is a technique for improving file system speed and # making abrupt shutdown less risky. # options SOFTUPDATES |