Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Sep 2022 16:20:20 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 5f285d553721 - main - cd9660(5): Correct a typo in a source code comment
Message-ID:  <202209041620.284GKK9w020212@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

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

commit 5f285d5537219932c12ce4e6149d1a4f26aa3457
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 16:20:09 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-04 16:20:09 +0000

    cd9660(5): Correct a typo in a source code comment
    
    - s/byes/bytes/
    
    MFC after:      3 days
---
 usr.sbin/makefs/cd9660/iso9660_rrip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/makefs/cd9660/iso9660_rrip.c b/usr.sbin/makefs/cd9660/iso9660_rrip.c
index c5ef88d59de6..d4440a656bad 100644
--- a/usr.sbin/makefs/cd9660/iso9660_rrip.c
+++ b/usr.sbin/makefs/cd9660/iso9660_rrip.c
@@ -756,7 +756,7 @@ cd9660_rrip_add_NM(cd9660node *node, const char *name)
 	struct ISO_SUSP_ATTRIBUTES *r;
 
 	/*
-	 * Each NM record has 254 byes to work with. This means that
+	 * Each NM record has 254 bytes to work with. This means that
 	 * the name data itself only has 249 bytes to work with. So, a
 	 * name with 251 characters would require two nm records.
 	 */



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