Skip to content

Commit 0d64f5a

Browse files
authored
[NFC] Fix a typo in StdLibraryFunctionsChecker.cpp comments (#133375)
1 parent 21a8c63 commit 0d64f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,7 @@ void StdLibraryFunctionsChecker::initFunctionSummaries(
15851585
if (LookupRes.empty())
15861586
return std::nullopt;
15871587

1588-
// Prioritze typedef declarations.
1588+
// Prioritize typedef declarations.
15891589
// This is needed in case of C struct typedefs. E.g.:
15901590
// typedef struct FILE FILE;
15911591
// In this case, we have a RecordDecl 'struct FILE' with the name 'FILE'

0 commit comments

Comments
 (0)