From 7c9172543d4dae4e73914ed957f2212f18cdd0e4 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Fri, 6 Oct 2023 11:42:30 +1300 Subject: [PATCH] s4:ntvfs: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- source4/ntvfs/posix/pvfs_resolve.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source4/ntvfs/posix/pvfs_resolve.c b/source4/ntvfs/posix/pvfs_resolve.c index efe19b9dc91..fbd8c7de1f5 100644 --- a/source4/ntvfs/posix/pvfs_resolve.c +++ b/source4/ntvfs/posix/pvfs_resolve.c @@ -67,7 +67,7 @@ static NTSTATUS pvfs_case_search(struct pvfs_state *pvfs, char *p, *partial_name; size_t i; - /* break up the full name info pathname components */ + /* break up the full name into pathname components */ num_components=2; p = name->full_name + strlen(pvfs->base_directory) + 1; @@ -708,7 +708,7 @@ NTSTATUS pvfs_resolve_name_handle(struct pvfs_state *pvfs, status = odb_get_path(lck, &name); if (NT_STATUS_IS_OK(status)) { /* - * This relies an the fact that + * This relies on the fact that * renames of open files are only * allowed by setpathinfo() and setfileinfo() * and there're only renames within the same -- 2.47.3