summaryrefslogtreecommitdiffstats
path: root/clang/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
commit61122c4fd067c17a2f430e6f6b03957a7b9b64e4 (patch)
treeca3d3bf077506b09dda2813881bb21f1990e7691 /clang/docs/analyzer
parent9d5977b1993e1ee59e3c5dd93d1c66f46cfacf84 (diff)
downloadbcm5719-llvm-61122c4fd067c17a2f430e6f6b03957a7b9b64e4.tar.gz
bcm5719-llvm-61122c4fd067c17a2f430e6f6b03957a7b9b64e4.zip
Fix a typo in the doc: overriden -> overridden
llvm-svn: 279942
Diffstat (limited to 'clang/docs/analyzer')
-rw-r--r--clang/docs/analyzer/IPA.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/analyzer/IPA.txt b/clang/docs/analyzer/IPA.txt
index 14da71e0903..3842075fcd6 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.
OpenPOWER on IntegriCloud