Skip to content

Commit 6eee687

Browse files
author
Ikko Ashimine
authored
Fix typo in SwiftDtoa.cpp
noticable -> noticeable
1 parent 6cc8359 commit 6eee687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/runtime/SwiftDtoa.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1734,7 +1734,7 @@ static int finishFormatting(char *dest, size_t length,
17341734
// low-order part (rounding). So most of the arithmetic helpers here
17351735
// are for multiplication.
17361736

1737-
// Note: With 64-bit GCC and Clang, we get a noticable performance
1737+
// Note: With 64-bit GCC and Clang, we get a noticeable performance
17381738
// gain by using `__uint128_t`. Otherwise, we have to break things
17391739
// down into 32-bit chunks so we don't overflow 64-bit temporaries.
17401740

0 commit comments

Comments
 (0)