Cygwin: try_to_bin: fix typos in comments
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
844a1b4fe4
commit
36ff506ddc
@ -271,7 +271,7 @@ try_to_bin (path_conv &pc, HANDLE &fh, ACCESS_MASK access, ULONG flags)
|
|||||||
if (RtlEqualUnicodeString (&fname, &recycler, TRUE))
|
if (RtlEqualUnicodeString (&fname, &recycler, TRUE))
|
||||||
goto out;
|
goto out;
|
||||||
/* Is fname really a subcomponent of the full path? If not, there's
|
/* Is fname really a subcomponent of the full path? If not, there's
|
||||||
a high probability we're acessing the file via a virtual drive
|
a high probability we're accessing the file via a virtual drive
|
||||||
created with "subst". Check and accommodate it. Note that we
|
created with "subst". Check and accommodate it. Note that we
|
||||||
only get here if the virtual drive is really pointing to a local
|
only get here if the virtual drive is really pointing to a local
|
||||||
drive. Otherwise pc.isremote () returns "true". */
|
drive. Otherwise pc.isremote () returns "true". */
|
||||||
@ -313,7 +313,7 @@ try_to_bin (path_conv &pc, HANDLE &fh, ACCESS_MASK access, ULONG flags)
|
|||||||
/* Store length of recycler base dir, if it's necessary to create it. */
|
/* Store length of recycler base dir, if it's necessary to create it. */
|
||||||
recycler_base_len = recycler.Length;
|
recycler_base_len = recycler.Length;
|
||||||
/* On NTFS or ReFS the recycler dir contains user specific subdirs, which
|
/* On NTFS or ReFS the recycler dir contains user specific subdirs, which
|
||||||
are the actual recycle bins per user. The name if this dir is the
|
are the actual recycle bins per user. The name of this dir is the
|
||||||
string representation of the user SID. */
|
string representation of the user SID. */
|
||||||
if (fs_has_per_user_recycler)
|
if (fs_has_per_user_recycler)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user