]> granicus.if.org Git - clang/commitdiff
fix grammaro
authorChris Lattner <sabre@nondot.org>
Thu, 14 Jan 2010 21:00:58 +0000 (21:00 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 14 Jan 2010 21:00:58 +0000 (21:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93452 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDecl.cpp

index c54745f552e10b5ed1ea60e6de3880ada41a4e2d..79bb1cb54a061e0c1e73809db06219e846c47b80 100644 (file)
@@ -1330,7 +1330,7 @@ static void MarkLive(CFGBlock *e, llvm::BitVector &live) {
 /// CheckUnreachable - Check for unreachable code.
 void Sema::CheckUnreachable(AnalysisContext &AC) {
   // We avoid checking when there are errors, as the CFG won't faithfully match
-  // the users code.
+  // the user's code.
   if (getDiagnostics().hasErrorOccurred())
     return;
   if (Diags.getDiagnosticLevel(diag::warn_unreachable) == Diagnostic::Ignored)