git: 1fb7d2cf999e - main - makefs: spelling
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Mar 2023 01:49:37 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=1fb7d2cf999e52e3682174d0c2f20cb3baf414f3 commit 1fb7d2cf999e52e3682174d0c2f20cb3baf414f3 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2023-03-30 01:40:07 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2023-03-30 01:48:14 +0000 makefs: spelling Obtained from: OpenBSD msdosfs_fat.c 1.7 --- usr.sbin/makefs/msdos/msdosfs_fat.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/makefs/msdos/msdosfs_fat.c b/usr.sbin/makefs/msdos/msdosfs_fat.c index 0081e2d2d38c..ab452be10f64 100644 --- a/usr.sbin/makefs/msdos/msdosfs_fat.c +++ b/usr.sbin/makefs/msdos/msdosfs_fat.c @@ -135,7 +135,7 @@ pcbmap(struct denode *dep, u_long findcn, daddr_t *bnp, u_long *cnp, int *sp) int error; u_long i; u_long cn; - u_long prevcn = 0; /* XXX: prevcn could be used unititialized */ + u_long prevcn = 0; /* XXX: prevcn could be used uninitialized */ u_long byteoffset; u_long bn; u_long bo; @@ -668,7 +668,7 @@ chainlength(struct msdosfsmount *pmp, u_long start, u_long count) } /* - * Allocate contigous free clusters. + * Allocate contiguous free clusters. * * pmp - mount point. * start - start of cluster chain. @@ -737,7 +737,7 @@ clusteralloc1(struct msdosfsmount *pmp, u_long start, u_long count, { u_long idx; u_long len, newst, foundl, cn, l; - u_long foundcn = 0; /* XXX: foundcn could be used unititialized */ + u_long foundcn = 0; /* XXX: foundcn could be used uninitialized */ u_int map; MSDOSFS_DPRINTF(("clusteralloc(): find %lu clusters\n", count));