summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-10-30 00:49:33 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-10-30 00:49:33 +0000
commitec4b5398c93a855da292589242d7369adc0a54a4 (patch)
treeb282bb18f5730b43cc5a70933b1ea008ce43f782 /include
parent38856f8bed12da9459a3eb958a1c8df68bf0aced (diff)
downloadllvm-ec4b5398c93a855da292589242d7369adc0a54a4.tar.gz
llvm-ec4b5398c93a855da292589242d7369adc0a54a4.tar.bz2
llvm-ec4b5398c93a855da292589242d7369adc0a54a4.tar.xz
Trailing whitespace in a comment line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193668 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/StackProtector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/StackProtector.h b/include/llvm/CodeGen/StackProtector.h
index 63cf9429d2..5d0d6b978a 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