Skip to content

Commit 0bdd413

Browse files
committed
Fix typo in UnicodeNormalization.cpp
<code>guarantueed</code> -> <code>guaranteed</code>
1 parent f19f8b7 commit 0bdd413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/runtime/UnicodeNormalization.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class ASCIICollation {
7272
public:
7373

7474
static const ASCIICollation *getTable() {
75-
// We are reallying on C++11's guarantueed of thread safe static variable
75+
// We are reallying on C++11's guaranteed of thread safe static variable
7676
// initialization.
7777
static ASCIICollation collation;
7878
return &collation;

0 commit comments

Comments
 (0)