From 5a08c61d7a83a846813863fcbec4b7d5098a2abf Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Thu, 4 Jul 2013 00:11:21 -0500 Subject: [PATCH] wim_inode_set_symlink(): Fix typo in comment --- src/reparse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.43.0