diff options
author | Michael Adam <obnox@samba.org> | 2012-06-13 17:43:18 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-15 03:28:14 +0200 |
commit | 0635af0a0808374c0e34582b153c0bbbbfac16d2 (patch) | |
tree | 207e9503ecb617282acc6241aabc28b4f5e74be8 /source3/lib | |
parent | bbf519de37cb5b08c34cbb48c5a8e09b7c6e67b9 (diff) | |
download | samba-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')
-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) { |