Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 2025 09:13:49 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: b071ce1d8e49 - stable/14 - ffs(3): Fix a typo in a source code comment
Message-ID:  <202508280913.57S9Dnh5009215@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=b071ce1d8e4940bfe09139c782f99fa2143b0f1e

commit b071ce1d8e4940bfe09139c782f99fa2143b0f1e
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-08-25 08:37:27 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-08-28 09:10:03 +0000

    ffs(3): Fix a typo in a source code comment
    
    - s/fist/first/
    
    (cherry picked from commit cc5623d8bda6ac24faf1c18ba9712e7f78dc127b)
---
 sys/ufs/ffs/ffs_rawread.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/ufs/ffs/ffs_rawread.c b/sys/ufs/ffs/ffs_rawread.c
index 3a415d766303..b5007b99b537 100644
--- a/sys/ufs/ffs/ffs_rawread.c
+++ b/sys/ufs/ffs/ffs_rawread.c
@@ -286,7 +286,7 @@ ffs_rawread_main(struct vnode *vp,
 			if (error != 0)
 				break;
 			
-			if (resid > bp->b_bufsize) { /* Setup fist readahead */
+			if (resid > bp->b_bufsize) { /* Setup first readahead */
 				if (rawreadahead != 0) 
 					nbp = uma_zalloc(ffsraw_pbuf_zone,
 					    M_NOWAIT);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508280913.57S9Dnh5009215>