| 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
|
|
|