Development discussion of WireGuard
 help / color / mirror / Atom feed
* [PATCH] Fix typos found by codespell
@ 2022-05-21 13:02 Dimitri Papadopoulos
  0 siblings, 0 replies; only message in thread
From: Dimitri Papadopoulos @ 2022-05-21 13:02 UTC (permalink / raw)
  To: wireguard

---
  driver/wintun.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/driver/wintun.c b/driver/wintun.c
index f3eea05..ad4b16b 100644
--- a/driver/wintun.c
+++ b/driver/wintun.c
@@ -49,7 +49,7 @@
          ((((ULONG)(x)&0x000000ff) << 24) | (((ULONG)(x)&0x0000ff00) << 
8) | (((ULONG)(x)&0x00ff0000) >> 8) | \
           (((ULONG)(x)&0xff000000) >> 24))
  #else
-#    error "Unable to determine endianess"
+#    error "Unable to determine endianness"
  #endif

  #define TUN_MEMORY_TAG HTONL('wtun')
@@ -107,7 +107,7 @@ typedef struct _TUN_REGISTER_RINGS_32
          /* Size of the ring */
          ULONG RingSize;

-        /* 32-bit addres of client allocated ring */
+        /* 32-bit address of client allocated ring */
          ULONG Ring;

          /* On send: An event created by the client the Wintun signals 
after it moves the Tail member of the send ring.
-- 
2.34.1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-21 13:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-21 13:02 [PATCH] Fix typos found by codespell Dimitri Papadopoulos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).