profiling: Fix a typo
authorVolker Lendecke <vl@samba.org>
Thu, 2 Oct 2014 13:05:07 +0000 (13:05 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 3 Oct 2014 17:55:09 +0000 (19:55 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/smbprofile.h

index 3040aa09188994281fda0069a93cd649a3739cee..97e7c708eedcb36cb58d7716ce58e5c39f3b5d10 100644 (file)
@@ -880,7 +880,7 @@ extern bool do_profile_times;
 
 /* these are helper macros - do not call them directly in the code
  * use the DO_PROFILE_* START_PROFILE and END_PROFILE ones
- * below which test for the profile flage first
+ * below which test for the profile flags first
  */
 #define INC_PROFILE_COUNT(x) profile_p->x++
 #define DEC_PROFILE_COUNT(x) profile_p->x--