Skip to content

Commit df1d384

Browse files
committed
Typo
1 parent a861f03 commit df1d384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2993,7 +2993,7 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
29932993
/// equal to the return type, plus a specified number of trailing flags of
29942994
/// any type.
29952995
///
2996-
/// [*} The type should be simple (no aggregates or pointers; vectors are
2996+
/// [*] The type should be simple (no aggregates or pointers; vectors are
29972997
/// fine).
29982998
///
29992999
/// Caller guarantees that this intrinsic does not access memory.

0 commit comments

Comments
 (0)