diff options
author | adam <adam@FreeBSD.org> | 1996-02-28 17:04:43 +0000 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1996-02-28 17:04:43 +0000 |
commit | d14fef7819780ab2e4c4f11966e4aa5326b4b22a (patch) | |
tree | dcd6748c44af7f64611420545312780a8cdf5979 /etc | |
parent | 5d62a45baa6fb897ad041aaf9304109004409f41 (diff) | |
download | FreeBSD-src-d14fef7819780ab2e4c4f11966e4aa5326b4b22a.zip FreeBSD-src-d14fef7819780ab2e4c4f11966e4aa5326b4b22a.tar.gz |
"slow downs" --> "slowdowns"
Diffstat (limited to 'etc')
-rw-r--r-- | etc/sysconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/sysconfig b/etc/sysconfig index 329592c..45e532c 100644 --- a/etc/sysconfig +++ b/etc/sysconfig @@ -4,7 +4,7 @@ # This is sysconfig - a file full of useful variables that you can set # to change the default startup behavior of your system. # -# $Id: sysconfig,v 1.37 1996/02/11 04:07:27 jkh Exp $ +# $Id: sysconfig,v 1.38 1996/02/24 22:13:06 wpaul Exp $ ######################### Start Of Local Configuration Section ########### @@ -224,7 +224,7 @@ linux=NO # happen fairly irregularly, and never occur in very high-speed bursts. # # You'll have it right when you have a good supply of numbers from -# /dev/random, and no problems on your system, like slow downs, +# /dev/random, and no problems on your system, like slowdowns, # Sluggish net/disk activity, perhaps even errors. rand_irqs="-s 1" |