From e79c01f84ed5e699e7e322ee48cded403bbb6dd3 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 11 Dec 2006 09:07:22 +0000 Subject: * fhandler.cc (rootdir): Fix typo in comment. * syscalls.cc (try_to_bin): Ditto. --- winsup/cygwin/fhandler.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/cygwin/fhandler.cc') diff --git a/winsup/cygwin/fhandler.cc b/winsup/cygwin/fhandler.cc index 26ad3e96c..f6882e874 100644 --- a/winsup/cygwin/fhandler.cc +++ b/winsup/cygwin/fhandler.cc @@ -1241,8 +1241,8 @@ rootdir (const char *full_path, char *root_path) *rootp = '\0'; /* This determines whether reparse points are available. Volume reparse - points on remote shares are not recognized by Windows functions like - GetVoluemInformation, nor by their native NT counterparts. */ + points on remote shares are neither recognized by Windows functions + like GetVolumeInformation, nor by their native NT counterparts. */ if (!wincap.has_guid_volumes () || GetDriveType (root_path) == DRIVE_REMOTE) return root_path; -- cgit v1.2.3