Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-12-15 19:04:25 +0300
committerCorinna Vinschen <corinna@vinschen.de>2016-06-24 23:48:58 +0300
commitbfb5d3ffbb761e4cd18a77c8734dd1fcfae7f014 (patch)
treea8eb2a358a96f11d192cda1ebf8c3adf625690b2 /winsup
parent8b7c4f67c67cfdb59848064417743e57ea9fed40 (diff)
include/cygwin/if.h: Fix a comment
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/include/cygwin/if.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/include/cygwin/if.h b/winsup/cygwin/include/cygwin/if.h
index cca8fd5f0..6e10f3d3d 100644
--- a/winsup/cygwin/include/cygwin/if.h
+++ b/winsup/cygwin/include/cygwin/if.h
@@ -35,8 +35,8 @@ struct if_nameindex {
};
/* This is the structure expected by ioctl when the application requests
- the friendly adapter name (>= XP SP1). ifru_data should point to such
- a structure when ioctl is called with SIOCGIFFRNDLYNAM. */
+ the friendly adapter name. ifru_data should point to such a structure
+ when ioctl is called with SIOCGIFFRNDLYNAM. */
#define IFRF_FRIENDLYNAMESIZ 260
struct ifreq_frndlyname {