We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f19f8b7 commit 0bdd413Copy full SHA for 0bdd413
stdlib/public/runtime/UnicodeNormalization.cpp
@@ -72,7 +72,7 @@ class ASCIICollation {
72
public:
73
74
static const ASCIICollation *getTable() {
75
- // We are reallying on C++11's guarantueed of thread safe static variable
+ // We are reallying on C++11's guaranteed of thread safe static variable
76
// initialization.
77
static ASCIICollation collation;
78
return &collation;
0 commit comments