summaryrefslogtreecommitdiff
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
commit929efdcea500576c870fc84502b23cb64c1f9124 (patch)
tree81f3cb411bc4c728a86c27c6d1ba00e292fc974b
parent9db3b945ea8e4c9f4e78b9b66515336f6492b713 (diff)
downloadcompiler-rt-929efdcea500576c870fc84502b23cb64c1f9124.tar.gz
[sanitizer, NFC] Fix grammar in comment
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@374223 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/sanitizer_common/TestCases/Linux/signal_trap_handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sanitizer_common/TestCases/Linux/signal_trap_handler.cpp b/test/sanitizer_common/TestCases/Linux/signal_trap_handler.cpp
index 3d6292439..efc43c6ee 100644
--- a/test/sanitizer_common/TestCases/Linux/signal_trap_handler.cpp
+++ b/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>