From 401a2c3992fd04c7e7c1b521708d250621c19bfd Mon Sep 17 00:00:00 2001 From: "janx@chromium.org" Date: Fri, 14 Jun 2013 13:00:22 +0000 Subject: Fix grammar in recurring macro comment Trivial patch changing "generate enum" to "generate enum values" in comments justifying the lack of include guards in xmacro value lists. NOTRY=true TBR=yfriedman,atwilson,gavinp Review URL: https://chromiumcodereview.appspot.com/16147015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206405 0039d316-1c4b-4281-b951-d872f2087c98 --- base/android/activity_state_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base') diff --git a/base/android/activity_state_list.h b/base/android/activity_state_list.h index d2a84dc..43c0f80 100644 --- a/base/android/activity_state_list.h +++ b/base/android/activity_state_list.h @@ -3,7 +3,7 @@ // found in the LICENSE file. // This file intentionally does not have header guards, it's included -// inside a macro to generate enum. +// inside a macro to generate enum values. #ifndef DEFINE_ACTIVITY_STATE #error "DEFINE_ACTIVITY_STATE should be defined before including this file" -- cgit v1.1