summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Shawcroft <marcus.shawcroft@arm.com>2017-02-21 17:15:39 +0000
committerAnas Nashif <nashif@linux.intel.com>2017-02-28 11:59:58 +0000
commitfc5bd4a148a2b8ea769a701e7d7812b23e74fd06 (patch)
tree45d98a2314fe3e7baf47f1582413eb4f13169cdb
parent79d30afa0cdfbb3b8bd90d8d8e949071060e5279 (diff)
net/nbuf: Fix spelling.
Change-Id: I821c796b2d5c9d6424be2d26509ad5f72dfe110b Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
-rw-r--r--include/net/nbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/nbuf.h b/include/net/nbuf.h
index a38bad702..c95886ae6 100644
--- a/include/net/nbuf.h
+++ b/include/net/nbuf.h
@@ -558,7 +558,7 @@ static inline struct net_buf *net_nbuf_copy_all(struct net_buf *buf,
/**
* @brief Copy len bytes from src starting from offset to dst
*
- * This routine assumes that dst is conformed by one fragment with enough space
+ * This routine assumes that dst is formed of one fragment with enough space
* to store @a len bytes starting from offset at src.
*
* @param dst Destination buffer