| Index: base/compiler_specific.h
|
| diff --git a/base/compiler_specific.h b/base/compiler_specific.h
|
| index 8de949d25700137029a2b8a3af2baec98ff74922..339e9b74e9c2ce4a22704f922134f5badd48b3e1 100644
|
| --- a/base/compiler_specific.h
|
| +++ b/base/compiler_specific.h
|
| @@ -112,7 +112,7 @@
|
|
|
| // Return the byte alignment of the given type (available at compile time).
|
| // Use like:
|
| -// ALIGNOF(int32) // this would be 4
|
| +// ALIGNOF(int32_t) // this would be 4
|
| #if defined(COMPILER_MSVC)
|
| #define ALIGNOF(type) __alignof(type)
|
| #elif defined(COMPILER_GCC)
|
|
|