Skip to content

Commit 3da90d6

Browse files
Fix copy-paste-o
1 parent 37dad18 commit 3da90d6

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
@@ -343,7 +343,7 @@ static size_t nan_details(char *dest, size_t len, int negative, int quiet, uint6
343343

344344

345345
#if SWIFT_DTOA_BINARY16_SUPPORT
346-
// Format a C `float`
346+
// Format a C `_Float16`
347347
size_t swift_dtoa_optimal_binary16(_Float16 d, char *dest, size_t length) {
348348
return swift_dtoa_optimal_binary16_p(&d, dest, length);
349349
}

0 commit comments

Comments
 (0)