From: Eric Biggers Date: Thu, 4 Jul 2013 05:11:21 +0000 (-0500) Subject: wim_inode_set_symlink(): Fix typo in comment X-Git-Tag: v1.5.0~92 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=5a08c61d7a83a846813863fcbec4b7d5098a2abf wim_inode_set_symlink(): Fix typo in comment --- diff --git a/src/reparse.c b/src/reparse.c index 286a95a1..3b36548c 100644 --- a/src/reparse.c +++ b/src/reparse.c @@ -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 - * 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.