From: Volker Lendecke Date: Tue, 20 Jan 2026 10:35:24 +0000 (+0100) Subject: profiling: Fix a comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7271a79d5d5dd62a6b12c9a4327ae90b3c2beb7;p=thirdparty%2Fsamba.git profiling: Fix a comment Signed-off-by: Volker Lendecke Reviewed-by: Anoop C S --- diff --git a/source3/profile/profile.c b/source3/profile/profile.c index c9f6329ec6e..f7768ef61f3 100644 --- a/source3/profile/profile.c +++ b/source3/profile/profile.c @@ -121,7 +121,7 @@ static void reqprofile_message(struct messaging_context *msg_ctx, } /******************************************************************* - open the profiling shared memory area + open the profiling tdb file ******************************************************************/ bool profile_setup(struct messaging_context *msg_ctx, bool rdonly) {