summaryrefslogtreecommitdiff
path: root/source3/lib/filename_util.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-06-13 17:43:18 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-15 03:28:14 +0200
commit0635af0a0808374c0e34582b153c0bbbbfac16d2 (patch)
tree207e9503ecb617282acc6241aabc28b4f5e74be8 /source3/lib/filename_util.c
parentbbf519de37cb5b08c34cbb48c5a8e09b7c6e67b9 (diff)
downloadsamba-0635af0a0808374c0e34582b153c0bbbbfac16d2.tar.gz
samba-0635af0a0808374c0e34582b153c0bbbbfac16d2.tar.bz2
samba-0635af0a0808374c0e34582b153c0bbbbfac16d2.zip
s3:lib: elaborate the comment for fsp_str_debug a bit.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/lib/filename_util.c')
-rw-r--r--source3/lib/filename_util.c2
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)
{