diff options
-rw-r--r-- | source3/lib/filename_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/filename_util.c b/source3/lib/filename_util.c index 803b218a0a..ba628a85c4 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) { |