Index: Source/core/loader/TextResourceDecoder.h |
diff --git a/Source/core/loader/TextResourceDecoder.h b/Source/core/loader/TextResourceDecoder.h |
index 3a1a8854f20c7f0e9e7bad27e3015aef34b2ccb6..14baa35edd29b99ba11644e30af9fe2fcd985427 100644 |
--- a/Source/core/loader/TextResourceDecoder.h |
+++ b/Source/core/loader/TextResourceDecoder.h |
@@ -58,7 +58,7 @@ public: |
void setHintEncoding(const TextResourceDecoder* hintDecoder) |
{ |
- // hintEncoding is for use with autodetection, which should be |
+ // hintEncoding is for use with autodetection, which should be |
// only invoked when hintEncoding comes from auto-detection. |
if (hintDecoder && hintDecoder->wasDetectedHueristically()) |
m_hintEncoding = hintDecoder->encoding().name(); |