makefs: spelling

Obtained from:	OpenBSD msdosfs_fat.c 1.7
This commit is contained in:
Ed Maste 2023-03-29 21:40:07 -04:00
parent 9faa27f263
commit 1fb7d2cf99

View File

@ -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));