vfs: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 26 Aug 2020 06:55:30 +0000 (08:55 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 2 Oct 2020 21:30:33 +0000 (21:30 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_shadow_copy2.c

index 3be93f985dd50554a5639ca6a19aa20376d33911..5081e37c05ef7cdc7a976743e3a461585011e9fd 100644 (file)
@@ -1000,7 +1000,7 @@ static void convert_sbuf(vfs_handle_struct *handle, const char *fname,
                                return);
 
        if (priv->config->fixinodes) {
-               /* some snapshot systems, like GPFS, return the name
+               /* some snapshot systems, like GPFS, return the same
                   device:inode for the snapshot files as the current
                   files. That breaks the 'restore' button in the shadow copy
                   GUI, as the client gets a sharing violation.