From 929efdcea500576c870fc84502b23cb64c1f9124 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Wed, 9 Oct 2019 20:52:39 +0000 Subject: [sanitizer, NFC] Fix grammar in comment git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@374223 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/sanitizer_common/TestCases/Linux/signal_trap_handler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1