[PATCH] missing word in static analyzer's output

The attached patch fixes a missing word in the static analyzer's output, for a warning that relates to Core Foundation in OS X.

Index: lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp

attachment.bin (662 Bytes)

The attached patch fixes a missing word in the static analyzer's output, for a warning that relates to Core Foundation in OS X.

Index: lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp

--- lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp (revision 147138)
+++ lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp (working copy)
@@ -2204,7 +2204,7 @@
os << " is return from a function whose name ('"

Also, s/return/returned/ here. I'll commit this tomorrow if nobody
else gets to it first.

I've fixed both in r147139. Thank you!