File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
clang/include/clang/StaticAnalyzer/Core/PathSensitive Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ class GlobalImmutableSpaceRegion : public NonStaticGlobalSpaceRegion {
344
344
};
345
345
346
346
// / 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
348
348
// / calls.
349
349
class GlobalInternalSpaceRegion : public NonStaticGlobalSpaceRegion {
350
350
friend class MemRegionManager ;
@@ -1021,7 +1021,7 @@ class NonParamVarRegion : public VarRegion {
1021
1021
}
1022
1022
};
1023
1023
1024
- // / ParamVarRegion - Represents a region for paremters . Only parameters of the
1024
+ // / ParamVarRegion - Represents a region for parameters . Only parameters of the
1025
1025
// / function in the current stack frame are represented as `ParamVarRegion`s.
1026
1026
// / Parameters of top-level analyzed functions as well as captured paremeters
1027
1027
// / by lambdas and blocks are repesented as `VarRegion`s.
You can’t perform that action at this time.
0 commit comments