Skip to content

Commit 9de1bfe

Browse files
committed
wrappers: Fix a typo
1 parent 7bd4b28 commit 9de1bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrappers/native-wrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ static inline void split_argv(const TCHAR *argv0, const TCHAR **dir_ptr, const T
172172
TCHAR *dash2 = _tcsrchr(target, '-');
173173
if (dash2 && !_tcscmp(dash2, _T("-llvm"))) {
174174
// Found <target>-llvm-<tool>; move the llvm- prefix to
175-
// exe. Convert the original dash which we overwrite with '\0'
175+
// exe. Convert the original dash which we overwrote with '\0'
176176
// back into a dash and split the string at the preceding dash.
177177
*dash = '-';
178178
*dash2 = '\0';

0 commit comments

Comments
 (0)