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

Unified Diff: chrome/installer/mac/app/SystemInfo.h

Issue 2293923005: General comment cleaning / refactoring for Mac Installer (Closed)
Patch Set: Ivan fixes Created 4 years, 4 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
Index: chrome/installer/mac/app/SystemInfo.h
diff --git a/chrome/installer/mac/app/SystemInfo.h b/chrome/installer/mac/app/SystemInfo.h
index 4ac9b973ceb4705ba84bfeacd64d0fbddbda9869..3deeaa0a21ba419c697e9f0e01fb4ca71a403925 100644
--- a/chrome/installer/mac/app/SystemInfo.h
+++ b/chrome/installer/mac/app/SystemInfo.h
@@ -13,7 +13,7 @@
@interface SystemInfo : NSObject
// Gets the CPU architecture type of the client's system, which will be used
-// when crafting the query to Omaha. This will return either "x84_64h" for
+// when crafting the query to Omaha. This should return either "x84_64h" for
// systems running on Intel Haswell chips, "i486" for other Intel machines, or
// strings representing other CPU types ("amd", "pentium", and "i686", for
// example, are all possible; however, due to the above macro, the possible

Powered by Google App Engine
This is Rietveld 408576698