From 2796b0245cbc5f3a67d4026177d56432a6b2daba Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 30 Mar 2018 15:20:19 -0600 Subject: [PATCH] net/ieee802154 and include/net/ieee802154: Fix a few more trivial typos. --- include/nuttx/net/ieee802154.h | 2 +- net/ieee802154/ieee802154_input.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/nuttx/net/ieee802154.h b/include/nuttx/net/ieee802154.h index 7218d428fb3..9eb31402e31 100644 --- a/include/nuttx/net/ieee802154.h +++ b/include/nuttx/net/ieee802154.h @@ -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: diff --git a/net/ieee802154/ieee802154_input.c b/net/ieee802154/ieee802154_input.c index dd6e82095fb..be5f535344f 100644 --- a/net/ieee802154/ieee802154_input.c +++ b/net/ieee802154/ieee802154_input.c @@ -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: