From f0eaa9a233e6162aab4b2a2b5bfc63d6f94b9384 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 5 Nov 2008 00:46:15 +0000 Subject: [PATCH] Fix comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58739 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/StackProtector.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/CodeGen/StackProtector.cpp b/lib/CodeGen/StackProtector.cpp index fefa3c379fc..36ae2846a81 100644 --- a/lib/CodeGen/StackProtector.cpp +++ b/lib/CodeGen/StackProtector.cpp @@ -28,7 +28,8 @@ #include "llvm/Target/TargetLowering.h" using namespace llvm; -// Enable stack protectors. +// SSPBufferSize - The lower bound for a buffer to be considered for stack +// smashing protection. static cl::opt SSPBufferSize("stack-protector-buffer-size", cl::init(8), cl::desc("The lower bound for a buffer to be considered for " -- 2.34.1