From 970b5f8ff5c23a51ffcce569becbfcb41fce130e Mon Sep 17 00:00:00 2001
From: Alexandre Abadie <alexandre.abadie@inria.fr>
Date: Mon, 4 Sep 2017 16:14:19 +0200
Subject: [PATCH] sys/net: fix typo on word 'initialized'

---
 sys/include/net/ipv6/addr.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/include/net/ipv6/addr.h b/sys/include/net/ipv6/addr.h
index 7abe457596..b43562b08a 100644
--- a/sys/include/net/ipv6/addr.h
+++ b/sys/include/net/ipv6/addr.h
@@ -102,7 +102,7 @@ typedef union {
                                                0x00, 0x00, 0x00, 0x00, \
                                                0x00, 0x00, 0x00, 0x01 }}
 /**
- * @brief   Static initalizer for the link-local prefix (fe80::/64)
+ * @brief   Static initializer for the link-local prefix (fe80::/64)
  *
  * @see <a href="http://tools.ietf.org/html/rfc4291#section-2.5.6">
  *          RFC 4291, section 2.5.6
-- 
GitLab