From bbc3719f4831771cdd737feea512ca7a7abed30a Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Tue, 18 Jun 2013 04:40:54 -0700 Subject: [PATCH] Mac uninstaller: fix comments. --- mac_installer/uninstall.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mac_installer/uninstall.cpp b/mac_installer/uninstall.cpp index dd5f39551d..55021cac73 100644 --- a/mac_installer/uninstall.cpp +++ b/mac_installer/uninstall.cpp @@ -1280,9 +1280,9 @@ static void SleepTicks(UInt32 ticksToSleep) { // Because language preferences are set on a per-user basis, we // must get the preferred languages while set to the current -// user, before the Apple Installer switches us to root. +// user, before we switch to root in our second pass. // So we get the preferred languages here and write them to a -// temporary file to be retrieved by our PostInstall app. +// temporary file to be retrieved by our second pass. static void GetPreferredLanguages() { DIR *dirp; struct dirent *dp;