Index: net/filter/sdch_filter.h |
diff --git a/net/filter/sdch_filter.h b/net/filter/sdch_filter.h |
index 5b401e464e8933b840463f450a94884fd4714157..2ac6d76cc8e93678ea7f13e9cd314d7177fc033f 100644 |
--- a/net/filter/sdch_filter.h |
+++ b/net/filter/sdch_filter.h |
@@ -51,7 +51,7 @@ class NET_EXPORT_PRIVATE SdchFilter : public Filter { |
DECODING_IN_PROGRESS, |
DECODING_ERROR, |
META_REFRESH_RECOVERY, // Decoding error being handled by a meta-refresh. |
- PASS_THROUGH, // Non-sdch content being passed without alteration. |
+ PASS_THROUGH, // Non-sdch content being passed without alteration. |
}; |
// Only to be instantiated by Filter::Factory. |