1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-25 17:57:42 +03:00

profiling: Fix a typo

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2014-09-30 13:06:02 +00:00 committed by Jeremy Allison
parent 7c1f6c7f61
commit d523e0b7ed

View 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 */