summaryrefslogtreecommitdiff
path: root/lib/asan/lit_tests/TestCases/allocator_returns_null.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/asan/lit_tests/TestCases/allocator_returns_null.cc')
-rw-r--r--lib/asan/lit_tests/TestCases/allocator_returns_null.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asan/lit_tests/TestCases/allocator_returns_null.cc b/lib/asan/lit_tests/TestCases/allocator_returns_null.cc
index 866ce90e..595c9e25 100644
--- a/lib/asan/lit_tests/TestCases/allocator_returns_null.cc
+++ b/lib/asan/lit_tests/TestCases/allocator_returns_null.cc
@@ -1,5 +1,5 @@
// Test the behavior of malloc/calloc/realloc when the allocation size is huge.
-// By default (allocator_may_return_null=0) the process shoudl crash.
+// By default (allocator_may_return_null=0) the process should crash.
// With allocator_may_return_null=1 the allocator should return 0.
//
// RUN: %clangxx_asan -O0 %s -o %t