diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-10-30 00:49:33 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-10-30 00:49:33 +0000 |
commit | 8970f5386c6eb6a38797b9266853669b050c79e2 (patch) | |
tree | 67e6fee7aa8894dccd9345de0e75b61ba08bb85f /llvm | |
parent | cbe83ea141388abb90298d49eef2c322a7f93645 (diff) | |
download | bcm5719-llvm-8970f5386c6eb6a38797b9266853669b050c79e2.tar.gz bcm5719-llvm-8970f5386c6eb6a38797b9266853669b050c79e2.zip |
Trailing whitespace in a comment line.
llvm-svn: 193668
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/llvm/CodeGen/StackProtector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/StackProtector.h b/llvm/include/llvm/CodeGen/StackProtector.h index 63cf9429d2d..5d0d6b978aa 100644 --- a/llvm/include/llvm/CodeGen/StackProtector.h +++ b/llvm/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 |