Fix comment

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58739 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2008-11-05 00:46:15 +00:00
parent b214c6971b
commit f0eaa9a233

View File

@ -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<unsigned>
SSPBufferSize("stack-protector-buffer-size", cl::init(8),
cl::desc("The lower bound for a buffer to be considered for "