summaryrefslogtreecommitdiffstats
path: root/docs/analyzer
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2016-08-28 20:22:34 +0000
committerSylvestre Ledru <sylvestre@debian.org>2016-08-28 20:22:34 +0000
commit2820e364b6ed397904d49a9cbfbc27f395cfacff (patch)
tree8fdcdf14ad366b4c37bf3789736296399fd07c8b /docs/analyzer
parent4fef27d8c527b0da6135831dbb6cbe45565b5d44 (diff)
Fix a typo in the doc: overriden -> overridden
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279942 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/analyzer')
-rw-r--r--docs/analyzer/IPA.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/analyzer/IPA.txt b/docs/analyzer/IPA.txt
index 14da71e090..3842075fcd 100644
--- a/docs/analyzer/IPA.txt
+++ b/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.