From: Bill Wendling Date: Wed, 5 Nov 2008 00:46:15 +0000 (+0000) Subject: Fix comment X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=f0eaa9a233e6162aab4b2a2b5bfc63d6f94b9384 Fix comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58739 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 "