From: Volker Lendecke Date: Sun, 23 Jan 2022 12:15:32 +0000 (+0100) Subject: vfs: Fix a typo X-Git-Tag: tevent-0.12.0~761 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abd1525d9eaba9300041db359b6884209447378a;p=thirdparty%2Fsamba.git vfs: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/modules/vfs_default.c b/source3/modules/vfs_default.c index c52d29dc2fe..80c15bf2b58 100644 --- a/source3/modules/vfs_default.c +++ b/source3/modules/vfs_default.c @@ -1326,7 +1326,7 @@ static NTSTATUS vfswrap_translate_name(struct vfs_handle_struct *handle, /** * Return allocated parent directory and basename of path * - * Note: if requesting name, it is returned as talloc child of the + * Note: if requesting atname, it is returned as talloc child of the * parent. Freeing the parent is thus sufficient to free both. */ static NTSTATUS vfswrap_parent_pathname(struct vfs_handle_struct *handle,