summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfs_fat.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-04-29 20:51:24 +0000
committerpfg <pfg@FreeBSD.org>2016-04-29 20:51:24 +0000
commit9ed8e933a363f67081dec54601b6262db2a57437 (patch)
tree439baeed0963a2368c6a5227d4b802e8437ee794 /sys/fs/msdosfs/msdosfs_fat.c
parent9c151ad3217629d12fe291027e5f4c831d397025 (diff)
downloadFreeBSD-src-9ed8e933a363f67081dec54601b6262db2a57437.zip
FreeBSD-src-9ed8e933a363f67081dec54601b6262db2a57437.tar.gz
sys/fs: spelling fixes in comments.
No functional change.
Diffstat (limited to 'sys/fs/msdosfs/msdosfs_fat.c')
-rw-r--r--sys/fs/msdosfs/msdosfs_fat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/msdosfs/msdosfs_fat.c b/sys/fs/msdosfs/msdosfs_fat.c
index 5df053c..cdfc9b0 100644
--- a/sys/fs/msdosfs/msdosfs_fat.c
+++ b/sys/fs/msdosfs/msdosfs_fat.c
@@ -175,7 +175,7 @@ pcbmap(struct denode *dep, u_long findcn, daddr_t *bnp, u_long *cnp, int *sp)
/*
* Rummage around in the fat cache, maybe we can avoid tromping
- * thru every fat entry for the file. And, keep track of how far
+ * through every fat entry for the file. And, keep track of how far
* off the cache was from where we wanted to be.
*/
i = 0;
OpenPOWER on IntegriCloud