git: 5f285d553721 - main - cd9660(5): Correct a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Sep 2022 16:20:20 UTC
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. */