summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-10-02 13:05:07 +0000
committerJeremy Allison <jra@samba.org>2014-10-03 19:55:09 +0200
commita33b445a7d7567b27f5247cb6060edbbeecf4d52 (patch)
tree1882628a13c690be0086f4a9c0eca5e88571d4a3
parent0e1b60e8c3325a1e5ea77f420326b254d5404389 (diff)
downloadsamba-a33b445a7d7567b27f5247cb6060edbbeecf4d52.tar.gz
samba-a33b445a7d7567b27f5247cb6060edbbeecf4d52.tar.xz
samba-a33b445a7d7567b27f5247cb6060edbbeecf4d52.zip
profiling: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
-rw-r--r--source3/include/smbprofile.h2
1 files changed, 1 insertions, 1 deletions
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--