From 61122c4fd067c17a2f430e6f6b03957a7b9b64e4 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 28 Aug 2016 20:22:34 +0000 Subject: [PATCH] Fix a typo in the doc: overriden -> overridden llvm-svn: 279942 --- clang/docs/LibASTMatchersReference.html | 2 +- clang/docs/analyzer/IPA.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/docs/LibASTMatchersReference.html b/clang/docs/LibASTMatchersReference.html index abfa704..662bfd9 100644 --- a/clang/docs/LibASTMatchersReference.html +++ b/clang/docs/LibASTMatchersReference.html @@ -4092,7 +4092,7 @@ matcher, or is a pointer to a type that matches the InnerMatcher. Matcher<CXXMethodDecl>forEachOverriddenMatcher<CXXMethodDecl> InnerMatcher -
Matches each method overriden by the given method. This matcher may
+
Matches each method overridden by the given method. This matcher may
 produce multiple matches.
 
 Given
diff --git a/clang/docs/analyzer/IPA.txt b/clang/docs/analyzer/IPA.txt
index 14da71e..3842075 100644
--- a/clang/docs/analyzer/IPA.txt
+++ b/clang/docs/analyzer/IPA.txt
@@ -303,7 +303,7 @@ Currently, there are 2 modes:
 
  DynamicDispatchModeConservative - Models the case where the dynamic type
    information is assumed to be incorrect, for example, implies that the method 
-   definition is overriden in a subclass. In such cases, ExprEngine does not 
+   definition is overridden in a subclass. In such cases, ExprEngine does not 
    inline the methods sent to the receiver (MemoryRegion), even if a candidate 
    definition is available. This mode is conservative about simulating the 
    effects of a call.
-- 
2.7.4