Index: services/shell/runner/init.cc |
diff --git a/services/shell/runner/init.cc b/services/shell/runner/init.cc |
index 2e60194f7dc6035c8cf193015913d1f281c091d2..310e80ca9aa7ad1ced880e8b43cbd4e4c1b634b9 100644 |
--- a/services/shell/runner/init.cc |
+++ b/services/shell/runner/init.cc |
@@ -75,7 +75,7 @@ void WaitForDebuggerIfNecessary() { |
} |
void CallLibraryEarlyInitialization(base::NativeLibrary app_library) { |
- // Do whatever warming that the mojo application wants. |
+ // Do whatever warming that the service wants. |
#if ICU_UTIL_DATA_IMPL == ICU_UTIL_DATA_FILE |
typedef void (*LibraryEarlyInitFunction)(const uint8_t*); |