aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_iosched.c
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2023-08-02 09:14:53 +0000
committerGordon Bergling <gbe@FreeBSD.org>2023-08-02 09:14:53 +0000
commit586eda6b244632d28d740e417133227b14324e3d (patch)
treedede0140b48347cca80b36c8e1d32c55325b7e2a /sys/cam/cam_iosched.c
parenta924b48579c7a0c794431fbd3f540ce56c4cd662 (diff)
downloadsrc-586eda6b244632d28d740e417133227b14324e3d.tar.gz
src-586eda6b244632d28d740e417133227b14324e3d.zip
cam(4): Fix a typo in a source code comment
- s/uppper/upper/ MFC after: 3 days
Diffstat (limited to 'sys/cam/cam_iosched.c')
-rw-r--r--sys/cam/cam_iosched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/cam_iosched.c b/sys/cam/cam_iosched.c
index b351453b2460..215e9781f472 100644
--- a/sys/cam/cam_iosched.c
+++ b/sys/cam/cam_iosched.c
@@ -1636,7 +1636,7 @@ cam_iosched_queue_work(struct cam_iosched_softc *isc, struct bio *bp)
{
/*
- * A BIO_SPEEDUP from the uppper layers means that they have a block
+ * A BIO_SPEEDUP from the upper layers means that they have a block
* shortage. At the present, this is only sent when we're trying to
* allocate blocks, but have a shortage before giving up. bio_length is
* the size of their shortage. We will complete just enough BIO_DELETEs