]> granicus.if.org Git - clang/commitdiff
fix typo; NFC
authorSanjay Patel <spatel@rotateright.com>
Tue, 7 Apr 2015 18:39:20 +0000 (18:39 +0000)
committerSanjay Patel <spatel@rotateright.com>
Tue, 7 Apr 2015 18:39:20 +0000 (18:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@234338 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 1be7a2612625a9867a25b9462c4af11afb60a21c..b145f767240a16ed3f8224eafc2c6a893622d092 100644 (file)
@@ -704,7 +704,7 @@ private:
 };
 
 /// SymbolicRegion - A special, "non-concrete" region. Unlike other region
-///  clases, SymbolicRegion represents a region that serves as an alias for
+///  classes, SymbolicRegion represents a region that serves as an alias for
 ///  either a real region, a NULL pointer, etc.  It essentially is used to
 ///  map the concept of symbolic values into the domain of regions.  Symbolic
 ///  regions do not need to be typed.