Date: Wed, 7 Sep 2022 07:51:47 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: 6c8edfbac78e - stable/12 - cd9660(5): Correct a typo in a source code comment Message-ID: <202209070751.2877pljV078874@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=6c8edfbac78eae7830d1fbd15b2ddeb77d457ac2 commit 6c8edfbac78eae7830d1fbd15b2ddeb77d457ac2 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-04 16:20:09 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-07 07:50:39 +0000 cd9660(5): Correct a typo in a source code comment - s/byes/bytes/ (cherry picked from commit 5f285d5537219932c12ce4e6149d1a4f26aa3457) --- 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?202209070751.2877pljV078874>