profiling: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 30 Sep 2014 13:06:02 +0000 (13:06 +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 9ffcfc403ebdb6a9507a3311a0ae190d9ab52cc8..fd17b7afea141d11ea4278542e9723a0eb3ba635 100644 (file)
@@ -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 */