Skip to content

Commit 718d2ab

Browse files
frankistcodebot
authored andcommitted
mac: fix typo
1 parent 499c82f commit 718d2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mac/mac_ul/mac_ul_sch_pdu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class mac_ul_sch_subpdu
2727
/// \brief Unpacks a subPDU from a byte buffer reader.
2828
error_type<std::string> unpack(byte_buffer_reader& subpdu_reader);
2929

30-
/// \brief Unpacks a subPDU from a byte buffer containing an subPDU.
30+
/// \brief Unpacks a subPDU from a byte buffer containing a subPDU.
3131
error_type<std::string> unpack(const byte_buffer& subpdu);
3232

3333
/// Get LCID of the unpacked subPDU.

0 commit comments

Comments
 (0)