commit | 46ebaa49e9d2ee0ee00d1b82c23c47b8982f7eca | [log] [tgz] |
---|---|---|
author | Yuichiro Hanada <yhanada@google.com> | Thu Aug 15 11:32:45 2013 +0900 |
committer | Yuichiro Hanada <yhanada@google.com> | Thu Aug 15 11:57:58 2013 +0900 |
tree | 5f6fab1bd931e90f55798dd4b402cccb13894337 | |
parent | 1db93c9c0420d7d944e0ddef95d25de0738c3030 [diff] |
Fix a comment. Change-Id: I5d09fd2474c7a0e6f42b6c7c6e717692636fbc6d
diff --git a/native/jni/src/suggest/policyimpl/dictionary/header/header_reading_utils.cpp b/native/jni/src/suggest/policyimpl/dictionary/header/header_reading_utils.cpp index 23b88ec..f323876 100644 --- a/native/jni/src/suggest/policyimpl/dictionary/header/header_reading_utils.cpp +++ b/native/jni/src/suggest/policyimpl/dictionary/header/header_reading_utils.cpp
@@ -34,7 +34,7 @@ const HeaderReadingUtils::DictionaryFlags HeaderReadingUtils::NO_FLAGS = 0; // Flags for special processing -// Those *must* match the flags in makedict (BinaryDictInputOutput#*_PROCESSING_FLAG) or +// Those *must* match the flags in makedict (FormatSpec#*_PROCESSING_FLAG) or // something very bad (like, the apocalypse) will happen. Please update both at the same time. const HeaderReadingUtils::DictionaryFlags HeaderReadingUtils::GERMAN_UMLAUT_PROCESSING_FLAG = 0x1;