]> wimlib.net Git - wimlib/commitdiff
wim_inode_set_symlink(): Fix typo in comment
authorEric Biggers <ebiggers3@gmail.com>
Thu, 4 Jul 2013 05:11:21 +0000 (00:11 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 4 Jul 2013 05:11:21 +0000 (00:11 -0500)
src/reparse.c

index 286a95a1e9a0d17f774af542445ca870520e9c97..3b36548c3c63951c858c37970a8dde011a70c13d 100644 (file)
@@ -422,8 +422,8 @@ wim_inode_set_symlink(struct wim_inode *inode,
         * ways to provide Windows paths.)
         *
         * To change a UNIX relative symbolic link to Windows format, we only
         * ways to provide Windows paths.)
         *
         * To change a UNIX relative symbolic link to Windows format, we only
-        * need to translate it to UTF-16LE and replace backslashes with forward
-        * slashes.  We do not make any attempt to handle filename character
+        * need to translate it to UTF-16LE and replace forward slashes with
+        * backslashes.  We do not make any attempt to handle filename character
         * problems, such as a link target that itself contains backslashes on
         * UNIX.  Then, for these relative links, we set the reparse header
         * @flags field to SYMBOLIC_LINK_RELATIVE.
         * problems, such as a link target that itself contains backslashes on
         * UNIX.  Then, for these relative links, we set the reparse header
         * @flags field to SYMBOLIC_LINK_RELATIVE.