git: 586eda6b2446 - main - cam(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Aug 2023 09:15:01 UTC
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=586eda6b244632d28d740e417133227b14324e3d commit 586eda6b244632d28d740e417133227b14324e3d Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-08-02 09:14:53 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-08-02 09:14:53 +0000 cam(4): Fix a typo in a source code comment - s/uppper/upper/ MFC after: 3 days --- 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 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