diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2015-12-15 17:04:25 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2016-06-24 22:48:58 +0200 |
commit | bfb5d3ffbb761e4cd18a77c8734dd1fcfae7f014 (patch) | |
tree | a8eb2a358a96f11d192cda1ebf8c3adf625690b2 | |
parent | 8b7c4f67c67cfdb59848064417743e57ea9fed40 (diff) | |
download | cygnal-bfb5d3ffbb761e4cd18a77c8734dd1fcfae7f014.tar.gz cygnal-bfb5d3ffbb761e4cd18a77c8734dd1fcfae7f014.tar.bz2 cygnal-bfb5d3ffbb761e4cd18a77c8734dd1fcfae7f014.zip |
include/cygwin/if.h: Fix a comment
-rw-r--r-- | winsup/cygwin/include/cygwin/if.h | 4 |
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 { |