From: Gabor Horvath Date: Tue, 11 Dec 2018 14:40:48 +0000 (+0000) Subject: [analyzer] Fix a minor typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=149c641b52573872ce0ff274d3a5c6d89ed644ea;p=clang [analyzer] Fix a minor typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348848 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h b/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h index a4ddb58eb1..bf01289a40 100644 --- a/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h +++ b/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h @@ -1081,7 +1081,7 @@ public: void dump() const; }; -/// ElementRegin is used to represent both array elements and casts. +/// ElementRegion is used to represent both array elements and casts. class ElementRegion : public TypedValueRegion { friend class MemRegionManager;