aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/msdosfs/msdosfs_conv.c
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2013-04-17 11:56:11 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2013-04-17 11:56:11 +0000
commita8b5c2a0aaefc6ab05dbb3dc75c2b3725eb5cbd0 (patch)
treef1bfa7d25cbf9018e3859351997fcb2d758ee2af /sys/fs/msdosfs/msdosfs_conv.c
parent84a17a97ced7c644c540ff2ca3ad5b361f58f060 (diff)
downloadsrc-a8b5c2a0aaefc6ab05dbb3dc75c2b3725eb5cbd0.tar.gz
src-a8b5c2a0aaefc6ab05dbb3dc75c2b3725eb5cbd0.zip
- Correct spelling in comments
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> (via private mail)
Notes
Notes: svn path=/head/; revision=249588
Diffstat (limited to 'sys/fs/msdosfs/msdosfs_conv.c')
-rw-r--r--sys/fs/msdosfs/msdosfs_conv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/msdosfs/msdosfs_conv.c b/sys/fs/msdosfs/msdosfs_conv.c
index 2d35bda5e0a9..b906e879384a 100644
--- a/sys/fs/msdosfs/msdosfs_conv.c
+++ b/sys/fs/msdosfs/msdosfs_conv.c
@@ -788,7 +788,7 @@ winLenFixup(un, unlen)
}
/*
- * Store an area with multi byte string instr, and reterns left
+ * Store an area with multi byte string instr, and returns left
* byte of instr and moves pointer forward. The area's size is
* inlen or outlen.
*/