net_sockets: Fix typo in net_would_block()
Fixes #528
diff --git a/ChangeLog b/ChangeLog
index 965876f..04570e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -63,6 +63,7 @@
* Fix multiple X.509 functions previously returning ASN.1 low-level error
codes to always wrap these codes into X.509 high level error codes before
returning. Fixes #2431.
+ * Fix typo in net_would_block(). Fixes #528 reported by github-monoculture.
API Changes
* Extend the MBEDTLS_SSL_EXPORT_KEYS to export the handshake randbytes,