git: 8229a3a2ae6e - stable/13 - cam(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Aug 2023 04:41:14 UTC
The branch stable/13 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=8229a3a2ae6e56ad5ac756c434485309dc7f3cc8
commit 8229a3a2ae6e56ad5ac756c434485309dc7f3cc8
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-08-02 09:14:53 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-08-05 04:40:19 +0000
cam(4): Fix a typo in a source code comment
- s/uppper/upper/
(cherry picked from commit 586eda6b244632d28d740e417133227b14324e3d)
---
sys/cam/cam_iosched.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/cam/cam_iosched.c b/sys/cam/cam_iosched.c
index f59d10661df7..66e9155da6ff 100644
--- a/sys/cam/cam_iosched.c
+++ b/sys/cam/cam_iosched.c
@@ -1536,7 +1536,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