summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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