]> granicus.if.org Git - clang/commitdiff
Test commit.
authorEnea Zaffanella <zaffanella@cs.unipr.it>
Fri, 11 Jan 2013 11:37:08 +0000 (11:37 +0000)
committerEnea Zaffanella <zaffanella@cs.unipr.it>
Fri, 11 Jan 2013 11:37:08 +0000 (11:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172195 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/UninitializedValues.cpp

index aa1a65674fba672a6a614940fdf27f1eb31365f4..e19fd0a5a20d9a4663366a35f3b9d650e32b1fe9 100644 (file)
@@ -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()]) {