summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
authorivoras <ivoras@FreeBSD.org>2010-08-09 23:32:37 +0000
committerivoras <ivoras@FreeBSD.org>2010-08-09 23:32:37 +0000
commit9cecaf1c609002e678a1da679f00863707438b89 (patch)
treebff2cc6391777032bc22ab9b517132b9d8213fb0 /sys/kern/vfs_bio.c
parent191f678b275b29567df10893ca0b343b09edd2c0 (diff)
downloadFreeBSD-src-9cecaf1c609002e678a1da679f00863707438b89.zip
FreeBSD-src-9cecaf1c609002e678a1da679f00863707438b89.tar.gz
Fix (hopefully) the spelling of "queuing."
Submitted by: bf1783 at gmail com
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r--sys/kern/vfs_bio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index fe9b189..3bed100 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -624,7 +624,7 @@ bufinit(void)
* Note: The 16 MB upper limit for hirunningspace was chosen
* arbitrarily and may need further tuning. It corresponds to
* 128 outstanding write IO requests (if IO size is 128 KiB),
- * which fits with many RAID controllers' tagged queing limits.
+ * which fits with many RAID controllers' tagged queuing limits.
* The lower 1 MB limit is the historical upper limit for
* hirunningspace.
*/
OpenPOWER on IntegriCloud