r348848 - [analyzer] Fix a minor typo.

Gabor Horvath via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 11 06:40:48 PST 2018


Author: xazax
Date: Tue Dec 11 06:40:48 2018
New Revision: 348848

URL: http://llvm.org/viewvc/llvm-project?rev=348848&view=rev
Log:
[analyzer] Fix a minor typo.

Modified:
    cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h

Modified: cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h?rev=348848&r1=348847&r2=348848&view=diff
==============================================================================
--- cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h (original)
+++ cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h Tue Dec 11 06:40:48 2018
@@ -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;
 




More information about the cfe-commits mailing list