Fix a typo in comment.

Signed-off-by: Li Peng <[email protected]>
---
 compat/precompose_utf8.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat/precompose_utf8.c b/compat/precompose_utf8.c
index dfbe6d8..4293b53 100644
--- a/compat/precompose_utf8.c
+++ b/compat/precompose_utf8.c
@@ -147,7 +147,7 @@ struct dirent_prec_psx *precompose_utf8_readdir(PREC_DIR 
*prec_dir)
                                if (errno || inleft) {
                                        /*
                                         * iconv() failed and errno could be 
E2BIG, EILSEQ, EINVAL, EBADF
-                                        * MacOS X avoids illegal byte 
sequemces.
+                                        * MacOS X avoids illegal byte 
sequences.
                                         * If they occur on a mounted drive 
(e.g. NFS) it is not worth to
                                         * die() for that, but rather let the 
user see the original name
                                        */
-- 
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to