Skip to content

Commit c36c517

Browse files
[gardening] Fix recently introduced typo: "noticable" → "noticeable"
1 parent cd2f9a7 commit c36c517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Serialization/DeserializeSIL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1835,7 +1835,7 @@ bool SILDeserializer::hasSILFunction(StringRef Name,
18351835
(void)kind;
18361836

18371837
// Read function properties only, e.g. its linkage and other attributes.
1838-
// TODO: If this results in any noticable performance problems, Cache the
1838+
// TODO: If this results in any noticeable performance problems, Cache the
18391839
// linkage to avoid re-reading it from the bitcode each time?
18401840
TypeID funcTyID;
18411841
unsigned rawLinkage, isTransparent, isFragile, isThunk, isGlobal,

0 commit comments

Comments
 (0)