From a33b445a7d7567b27f5247cb6060edbbeecf4d52 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 2 Oct 2014 13:05:07 +0000 Subject: profiling: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/include/smbprofile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/smbprofile.h b/source3/include/smbprofile.h index 3040aa0918..97e7c708ee 100644 --- a/source3/include/smbprofile.h +++ b/source3/include/smbprofile.h @@ -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-- -- cgit