Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: src/icu_util.h

Issue 2182043002: Set correct default icu data file for big endian (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Adjust code for consistency Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/icu_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/icu_util.h
diff --git a/src/icu_util.h b/src/icu_util.h
index c5ef862f515ebdfd3794d4674c4db5d4063c0431..af7f994231be1f6744029eb10e96e28394dfa77a 100644
--- a/src/icu_util.h
+++ b/src/icu_util.h
@@ -14,7 +14,7 @@ namespace internal {
// function should be called before ICU is used.
bool InitializeICU(const char* icu_data_file);
-// Like above, but using the default icudtl.dat location if icu_data_file is
+// Like above, but using the default icudt[lb].dat location if icu_data_file is
// not specified.
bool InitializeICUDefaultLocation(const char* exec_path,
const char* icu_data_file);
« no previous file with comments | « no previous file | src/icu_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698