Comment correction since recent code refactor

This commit is contained in:
William S Fulton 2023-08-01 09:05:33 +01:00
parent b9f1515514
commit 34e25241e7
1 changed files with 1 additions and 1 deletions

View File

@ -1004,7 +1004,7 @@ class TypePass:private Dispatcher {
} else {
ns = 0;
}
// Note that TypePass::usingDeclaration will warn when using member is not found (when ns is zero)
// Note that Allocate::usingDeclaration will warn when using member is not found (when ns is zero)
if (ns) {
/* Only a single symbol is being used. There are only a few symbols that
we actually care about. These are typedef, class declarations, and enum */