summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2019-10-09 20:52:39 +0000
committerVitaly Buka <vitalybuka@google.com>2019-10-09 20:52:39 +0000
commitff5a7c4ca6eadb5fd776a01b0e16800effcc8cfc (patch)
tree08c2166ec2e3f4fd69588f959b47b7430aee15b5
parentc001144b10b7f11930ce1b0fe09850b55c6ce6a4 (diff)
downloadbcm5719-llvm-ff5a7c4ca6eadb5fd776a01b0e16800effcc8cfc.tar.gz
bcm5719-llvm-ff5a7c4ca6eadb5fd776a01b0e16800effcc8cfc.zip
[sanitizer, NFC] Fix grammar in comment
llvm-svn: 374223
-rw-r--r--compiler-rt/test/sanitizer_common/TestCases/Linux/signal_trap_handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/signal_trap_handler.cpp b/compiler-rt/test/sanitizer_common/TestCases/Linux/signal_trap_handler.cpp
index 3d6292439e9..efc43c6ee31 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Linux/signal_trap_handler.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/signal_trap_handler.cpp
@@ -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>
OpenPOWER on IntegriCloud