fix typo; NFC

llvm-svn: 234338
This commit is contained in:
Sanjay Patel 2015-04-07 18:39:20 +00:00
parent f42b08f531
commit c64bb49628
1 changed files with 1 additions and 1 deletions

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