]> granicus.if.org Git - clang/commitdiff
[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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348848 91177308-0d34-0410-b5e6-96231b3b80d8

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

index a4ddb58eb158f822acf1209816c0eea360c7f88a..bf01289a40f6ab443529455a93aad0b3144b5b0e 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;