[compiler-rt] r192685 - Fix a typo.
Evgeniy Stepanov
eugeni.stepanov at gmail.com
Tue Oct 15 04:22:33 PDT 2013
Author: eugenis
Date: Tue Oct 15 06:22:33 2013
New Revision: 192685
URL: http://llvm.org/viewvc/llvm-project?rev=192685&view=rev
Log:
Fix a typo.
Modified:
compiler-rt/trunk/lib/asan/lit_tests/TestCases/allocator_returns_null.cc
Modified: compiler-rt/trunk/lib/asan/lit_tests/TestCases/allocator_returns_null.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/lit_tests/TestCases/allocator_returns_null.cc?rev=192685&r1=192684&r2=192685&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/lit_tests/TestCases/allocator_returns_null.cc (original)
+++ compiler-rt/trunk/lib/asan/lit_tests/TestCases/allocator_returns_null.cc Tue Oct 15 06:22:33 2013
@@ -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
More information about the llvm-commits
mailing list