Fix a typo.

llvm-svn: 192685
This commit is contained in:
Evgeniy Stepanov 2013-10-15 11:22:33 +00:00
parent 5f7efefe66
commit 3feb458a56
1 changed files with 1 additions and 1 deletions

View File

@ -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