Skip to content

Commit 12f1a08

Browse files
committed
Typo
1 parent f2ac5c7 commit 12f1a08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler-rt/lib/msan/msan.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,8 @@ MSAN_MAYBE_STORE_ORIGIN(u16, 2)
420420
MSAN_MAYBE_STORE_ORIGIN(u32, 4)
421421
MSAN_MAYBE_STORE_ORIGIN(u64, 8)
422422

423-
// These macros to reuse the function body are kludgy, but are the better than
424-
// the alternatives:
423+
// These macros to reuse the function body are kludgy, but are better than the
424+
// alternatives:
425425
// - call a common function: this pollutes the stack traces
426426
// - have x_instname() be a simple macro wrapper around x(): the
427427
// instrumentation pass expects function symbols

0 commit comments

Comments
 (0)