Index: third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp |
diff --git a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp |
index 700f3f97d8824753efd1a04a9aadf0421bc1938a..7a8c84d62228853fae8ceaf9979691dc2eb3e46a 100644 |
--- a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp |
@@ -402,7 +402,7 @@ bool HarfBuzzShaper::extractShapeResults(hb_buffer_t* harfBuzzBuffer, |
currentClusterResult = glyphInfo[glyphIndex].codepoint == 0 ? NotDef : Shaped; |
} else { |
// The code below operates on the "flanks"/changes between NotDef |
- // and Shaped. In order to keep the code below from explictly |
+ // and Shaped. In order to keep the code below from explicitly |
// dealing with character indices and run end, we explicitly |
// terminate the cluster/run here by setting the result value to the |
// opposite of what it was, leading to atChange turning true. |