Skip to content

Commit bbd633f

Browse files
committed
[clang][StaticAnalyzer] Fix a typo in comments [NFC]
1 parent 00bdce1 commit bbd633f

File tree

1 file changed

+1
-1
lines changed
  • clang/include/clang/StaticAnalyzer/Core/PathSensitive

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ class GlobalImmutableSpaceRegion : public NonStaticGlobalSpaceRegion {
344344
};
345345

346346
/// The region containing globals which can be modified by calls to
347-
/// "internally" defined functions - (for now just) functions other then system
347+
/// "internally" defined functions - (for now just) functions other than system
348348
/// calls.
349349
class GlobalInternalSpaceRegion : public NonStaticGlobalSpaceRegion {
350350
friend class MemRegionManager;

0 commit comments

Comments
 (0)