We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00bdce1 commit bbd633fCopy full SHA for bbd633f
clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
@@ -344,7 +344,7 @@ class GlobalImmutableSpaceRegion : public NonStaticGlobalSpaceRegion {
344
};
345
346
/// The region containing globals which can be modified by calls to
347
-/// "internally" defined functions - (for now just) functions other then system
+/// "internally" defined functions - (for now just) functions other than system
348
/// calls.
349
class GlobalInternalSpaceRegion : public NonStaticGlobalSpaceRegion {
350
friend class MemRegionManager;
0 commit comments