[analyzer] Fix a minor typo.
authorGabor Horvath <xazax.hun@gmail.com>
Tue, 11 Dec 2018 14:40:48 +0000 (14:40 +0000)
committerGabor Horvath <xazax.hun@gmail.com>
Tue, 11 Dec 2018 14:40:48 +0000 (14:40 +0000)
llvm-svn: 348848

clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h

index a4ddb58..bf01289 100644 (file)
@@ -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;