From d523e0b7ed67d1697a1b8ab5f58902afd2a496b3 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 30 Sep 2014 13:06:02 +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/smbprofile.h') diff --git a/source3/include/smbprofile.h b/source3/include/smbprofile.h index 9ffcfc403eb..fd17b7afea1 100644 --- a/source3/include/smbprofile.h +++ b/source3/include/smbprofile.h @@ -835,7 +835,7 @@ enum profile_stats_values #define smb2_break_count __profile_stats_value(PR_VALUE_SMB2_BREAK, count) #define smb2_break_time __profile_stats_value(PR_VALUE_SMB2_BREAK, time) - /* This mist remain the last value. */ + /* This must remain the last value. */ PR_VALUE_MAX }; /* enum profile_stats_values */ -- cgit v1.2.1