net/ieee802154 and include/net/ieee802154: Fix a few more trivial typos.

This commit is contained in:
Gregory Nutt
2018-03-30 15:20:19 -06:00
parent 1a70e0b15e
commit 2796b0245c
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -68,7 +68,7 @@
* appropriate, however.
* meta - Meta data characterizing the received frame.
*
* If there are multilple frames in the list, this metadata
* If there are multiple frames in the list, this metadata
* must apply to all of the frames in the list.
*
* Returned Value:
+3 -3
View File
@@ -94,7 +94,7 @@ static int ieee802154_count_frames(FAR struct ieee802154_conn_s *conn)
* Input Parameters:
* conn - The socket connection structure.
* framel - A single frame to add to the RX queue.
* meta - Meta data characterizing the received frane.
* meta - Meta data characterizing the received frame.
*
* Returned Value:
* Zero (OK) is returned on success; A negated errno value is returned on
@@ -222,9 +222,9 @@ static int ieee802154_queue_frame(FAR struct ieee802154_conn_s *conn,
* framelist - The head of an incoming list of frames. Normally this
* would be a single frame. A list may be provided if
* appropriate, however.
* meta - Meta data characterizing the received frane.
* meta - Meta data characterizing the received frame.
*
* If there are multilple frames in the list, this metadata
* If there are multiple frames in the list, this metadata
* must apply to all of the frames in the list.
*
* Returned Value: