diff options
author | 2013-08-14 20:02:34 -0700 | |
---|---|---|
committer | 2013-08-14 20:02:34 -0700 | |
commit | 4ab5c68a5e6de1aaf0672e574930f88be2163fba (patch) | |
tree | f8ffe11f21f4dcd84b79ea22fbb0571c2c2727c5 | |
parent | 326a3e5d5d2dc1b6f244e72935b66698d48990ca (diff) | |
parent | 46ebaa49e9d2ee0ee00d1b82c23c47b8982f7eca (diff) | |
download | latinime-4ab5c68a5e6de1aaf0672e574930f88be2163fba.tar.gz latinime-4ab5c68a5e6de1aaf0672e574930f88be2163fba.tar.xz latinime-4ab5c68a5e6de1aaf0672e574930f88be2163fba.zip |
am 46ebaa49: Fix a comment.
* commit '46ebaa49e9d2ee0ee00d1b82c23c47b8982f7eca':
Fix a comment.
-rw-r--r-- | native/jni/src/suggest/policyimpl/dictionary/header/header_reading_utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 23b88ecdf..f323876c4 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 int HeaderReadingUtils::HEADER_SIZE_FIELD_SIZE = 4; 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; |