Skip to content

Commit 5ea9d3d

Browse files
authored
[docs][msan] Improve language consistency
1 parent 1f3b0f4 commit 5ea9d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/MemorySanitizer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Here is a not comprehensive of list cases when MemorySanitizer will report an er
1717

1818
* Uninitialized value was used in a conditional branch.
1919
* Uninitialized pointer was used for memory accesses.
20-
* Uninitialized value passed or returned from a function call, which is considered an undefined behavior. The check can be disabled with ``-fno-sanitize-memory-param-retval``.
20+
* Uninitialized value was passed or returned from a function call, which is considered an undefined behavior. The check can be disabled with ``-fno-sanitize-memory-param-retval``.
2121
* Uninitialized data was passed into some libc calls.
2222

2323
How to build

0 commit comments

Comments
 (0)