[analyzer] Fix a minor typo.

llvm-svn: 348848
This commit is contained in:
Gabor Horvath 2018-12-11 14:40:48 +00:00
parent 9f77b1a1de
commit 2d7f3a3132
1 changed files with 1 additions and 1 deletions

View 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;