Skip to content

Commit cde3c68

Browse files
authored
[clang][analyzer][NFC] Fix a typo in comments (llvm#125622)
1 parent eaf34ee commit cde3c68

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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;
@@ -1021,7 +1021,7 @@ class NonParamVarRegion : public VarRegion {
10211021
}
10221022
};
10231023

1024-
/// ParamVarRegion - Represents a region for paremters. Only parameters of the
1024+
/// ParamVarRegion - Represents a region for parameters. Only parameters of the
10251025
/// function in the current stack frame are represented as `ParamVarRegion`s.
10261026
/// Parameters of top-level analyzed functions as well as captured paremeters
10271027
/// by lambdas and blocks are repesented as `VarRegion`s.

0 commit comments

Comments
 (0)