Skip to content

Commit 72bd6d3

Browse files
authored
Merge pull request #58585 from jsoref/spelling-test-sanitizers
spelling: unpredictable
2 parents be5babf + 2e7c396 commit 72bd6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Sanitizers/asan/recover.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func foo(_ rawptr:UnsafeMutablePointer<UInt8>) {
5252
// test this because there's no undefined behavior happening. Hopefully this
5353
// means that the program behaviour after ASan catches an issue should be
5454
// consistent. If we did something different like two use-after-free issues the
55-
// behaviour could be very unpredicatable resulting in a flakey test.
55+
// behaviour could be very unpredictable resulting in a flakey test.
5656
var x = UnsafeMutablePointer<UInt8>.allocate(capacity: size)
5757
x.initialize(repeating: 0, count: size)
5858
__asan_poison_memory_region(UnsafeMutableRawPointer(x), size)

0 commit comments

Comments
 (0)