summaryrefslogtreecommitdiffstats
path: root/app/resource_bundle_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'app/resource_bundle_mac.mm')
-rw-r--r--app/resource_bundle_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/resource_bundle_mac.mm b/app/resource_bundle_mac.mm
index 27f0f0d..beb1c66 100644
--- a/app/resource_bundle_mac.mm
+++ b/app/resource_bundle_mac.mm
@@ -17,7 +17,7 @@ namespace {
FilePath GetResourcesPakFilePath(NSString* name, NSString* mac_locale) {
NSString *resource_path;
// Some of the helper processes need to be able to fetch resources
- // (chrome_dll_main.cc SubprocessNeedsResourceBundle()). Fetch the same locale
+ // (chrome_main.cc: SubprocessNeedsResourceBundle()). Fetch the same locale
// as the already-running browser instead of using what NSBundle might pick
// based on values at helper launch time.
if ([mac_locale length]) {