smbd: Fix a comment
authorVolker Lendecke <vl@samba.org>
Mon, 30 Nov 2015 20:40:22 +0000 (21:40 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 30 Nov 2015 23:38:23 +0000 (00:38 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/reply.c

index 9ea07a728795a0c684bde76d910efa3b049f128d..572ca92a2909b6bdd3342324104b0795bfcfe8f2 100644 (file)
@@ -6458,7 +6458,7 @@ NTSTATUS rename_internals_fsp(connection_struct *conn,
 
        /*
         * Check for special case with case preserving and not
-        * case sensitive. If the old last component differs from the original
+        * case sensitive. If the new last component differs from the original
         * last component only by case, then we should allow
         * the rename (user is trying to change the case of the
         * filename).