[sanitizer, NFC] Fix grammar in comment
authorVitaly Buka <vitalybuka@google.com>
Wed, 9 Oct 2019 20:52:39 +0000 (20:52 +0000)
committerVitaly Buka <vitalybuka@google.com>
Wed, 9 Oct 2019 20:52:39 +0000 (20:52 +0000)
llvm-svn: 374223

compiler-rt/test/sanitizer_common/TestCases/Linux/signal_trap_handler.cpp

index 3d62924..efc43c6 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: %clangxx -O1 %s -o %t && %env_tool_opts=handle_sigtrap=1 %run %t 2>&1 | FileCheck %s
 
-// __builtin_debugtrap() does not raise SIGTRAP these platforms.
+// __builtin_debugtrap() does not raise SIGTRAP on these platforms.
 // UNSUPPORTED: s390
 
 #include <assert.h>