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 {
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.
349349class 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.
You can’t perform that action at this time.
0 commit comments