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: