summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarti Bolivar <marti.bolivar@linaro.org>2017-02-24 12:05:49 -0500
committerAnas Nashif <nashif@linux.intel.com>2017-02-28 12:00:01 +0000
commit17b5860cb9f157fdd49bc91029d01ef75035633a (patch)
tree16f7c422d231b09b21bb0055901a3e1106ff442f
parent36e5f2c27b80c2394e22bb9af7d5c4e8e4125c0e (diff)
net/buf.h: fix copy-paste Doxygen error
Fix Doxygen for net_buf_simple_push_be16(). Change-Id: Ief834565658f5b4b919dcc77b6fd9350c5e2835a Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
-rw-r--r--include/net/buf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/buf.h b/include/net/buf.h
index 0e4079a3d..32b0bd76b 100644
--- a/include/net/buf.h
+++ b/include/net/buf.h
@@ -205,7 +205,7 @@ void net_buf_simple_push_le16(struct net_buf_simple *buf, uint16_t val);
/**
* @brief Push 16-bit value to the beginning of the buffer
*
- * Adds 16-bit value in little endian format to the beginning of the
+ * Adds 16-bit value in big endian format to the beginning of the
* buffer.
*
* @param buf Buffer to update.