commit | a4d1857003dc4e0079ead0105558380fc423ccab | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <andres.amayagarcia@arm.com> | Thu Jul 06 16:27:00 2017 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Sat Oct 07 22:21:46 2017 +0100 |
tree | 1227907546b9e14cfd0f4734531b4901cac17466 | |
parent | 6e5e9aaf7fb11208ff15335336b89c8737ff04df [diff] [blame] |
Fix type in net.c comment
diff --git a/library/net.c b/library/net.c index f88b844..5360c07 100644 --- a/library/net.c +++ b/library/net.c
@@ -93,7 +93,7 @@ #endif /* ( _WIN32 || _WIN32_WCE ) && !EFIX64 && !EFI32 */ /* Some MS functions want int and MSVC warns if we pass size_t, - * but the standard fucntions use socklen_t, so cast only for MSVC */ + * but the standard functions use socklen_t, so cast only for MSVC */ #if defined(_MSC_VER) #define MSVC_INT_CAST (int) #else