[cfe-commits] r81825 - /cfe/trunk/lib/Analysis/BugReporter.cpp
Ted Kremenek
kremenek at apple.com
Mon Sep 14 20:28:01 PDT 2009
Author: kremenek
Date: Mon Sep 14 22:28:00 2009
New Revision: 81825
URL: http://llvm.org/viewvc/llvm-project?rev=81825&view=rev
Log:
Fix typo in comment.
Modified:
cfe/trunk/lib/Analysis/BugReporter.cpp
Modified: cfe/trunk/lib/Analysis/BugReporter.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/BugReporter.cpp?rev=81825&r1=81824&r2=81825&view=diff
==============================================================================
--- cfe/trunk/lib/Analysis/BugReporter.cpp (original)
+++ cfe/trunk/lib/Analysis/BugReporter.cpp Mon Sep 14 22:28:00 2009
@@ -1727,7 +1727,7 @@
}
}
- // If we reach here, the end nodes for all reports in the equiavalence
+ // If we reach here, the end nodes for all reports in the equivalence
// class are post-dominated by a sink node.
return NULL;
}
More information about the cfe-commits
mailing list