From: Enea Zaffanella Date: Fri, 11 Jan 2013 11:37:08 +0000 (+0000) Subject: Test commit. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67d472c19310c06efd5cb87c60b8489abf507233;p=clang Test commit. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172195 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/UninitializedValues.cpp b/lib/Analysis/UninitializedValues.cpp index aa1a65674f..e19fd0a5a2 100644 --- a/lib/Analysis/UninitializedValues.cpp +++ b/lib/Analysis/UninitializedValues.cpp @@ -828,7 +828,7 @@ void clang::runUninitializedVariablesAnalysis( if (!PBH.hadAnyUse) return; - // Run through the blocks one more time, and report uninitialized variabes. + // Run through the blocks one more time, and report uninitialized variables. for (CFG::const_iterator BI = cfg.begin(), BE = cfg.end(); BI != BE; ++BI) { const CFGBlock *block = *BI; if (PBH.hadUse[block->getBlockID()]) {