From 7388ca6af30972072eb27dcfcac21e04ce6efba4 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 30 Oct 2013 00:49:33 +0000 Subject: [PATCH] Trailing whitespace in a comment line. llvm-svn: 193668 --- include/llvm/CodeGen/StackProtector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/CodeGen/StackProtector.h b/include/llvm/CodeGen/StackProtector.h index 63cf9429d2d..5d0d6b978aa 100644 --- a/include/llvm/CodeGen/StackProtector.h +++ b/include/llvm/CodeGen/StackProtector.h @@ -31,7 +31,7 @@ class PHINode; class StackProtector : public FunctionPass { public: - /// SSPLayoutKind. Stack Smashing Protection (SSP) rules require that + /// SSPLayoutKind. Stack Smashing Protection (SSP) rules require that /// vulnerable stack allocations are located close the stack protector. enum SSPLayoutKind { SSPLK_None, //< Did not trigger a stack protector. No effect on data