aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 fe9b189163f6..3bed100c8bc5 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.
*/