diff options
author | gabor <gabor@FreeBSD.org> | 2013-04-17 11:56:11 +0000 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2013-04-17 11:56:11 +0000 |
commit | 5635c6550b995cd64f19e3366146793c003746a1 (patch) | |
tree | f1bfa7d25cbf9018e3859351997fcb2d758ee2af /sys/fs | |
parent | a1c987c2476101f49bd6a40f1ad6e4715d91d1e1 (diff) | |
download | FreeBSD-src-5635c6550b995cd64f19e3366146793c003746a1.zip FreeBSD-src-5635c6550b995cd64f19e3366146793c003746a1.tar.gz |
- Correct spelling in comments
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> (via private mail)
Diffstat (limited to 'sys/fs')
-rw-r--r-- | sys/fs/msdosfs/msdosfs_conv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/msdosfs/msdosfs_conv.c b/sys/fs/msdosfs/msdosfs_conv.c index 2d35bda..b906e87 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. */ |