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 21a8c63 commit 0d64f5aCopy full SHA for 0d64f5a
clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
@@ -1585,7 +1585,7 @@ void StdLibraryFunctionsChecker::initFunctionSummaries(
1585
if (LookupRes.empty())
1586
return std::nullopt;
1587
1588
- // Prioritze typedef declarations.
+ // Prioritize typedef declarations.
1589
// This is needed in case of C struct typedefs. E.g.:
1590
// typedef struct FILE FILE;
1591
// In this case, we have a RecordDecl 'struct FILE' with the name 'FILE'
0 commit comments