From 0635af0a0808374c0e34582b153c0bbbbfac16d2 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 13 Jun 2012 17:43:18 +0200 Subject: [PATCH] s3:lib: elaborate the comment for fsp_str_debug a bit. Signed-off-by: Stefan Metzmacher --- source3/lib/filename_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/lib/filename_util.c b/source3/lib/filename_util.c index 803b218a0a6..ba628a85c42 100644 --- a/source3/lib/filename_util.c +++ b/source3/lib/filename_util.c @@ -125,7 +125,7 @@ const char *smb_fname_str_dbg(const struct smb_filename *smb_fname) } /** - * Return a debug string using the talloc_tos(). + * Return a debug string of the path name of an fsp using the talloc_tos(). */ const char *fsp_str_dbg(const struct files_struct *fsp) { -- 2.11.4.GIT