Skip to content

Commit 7641dba

Browse files
committed
Fix typo in comment
1 parent 95cb89d commit 7641dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lmic/oslmic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ void os_wmsbf4 (xref2u1_t buf, u4_t value);
238238
u2_t os_rlsbf2 (xref2cu1_t buf);
239239
#endif
240240
#ifndef os_wlsbf2
241-
//! Write 16-bit quntity into buffer in little endian byte order.
241+
//! Write 16-bit quantity into buffer in little endian byte order.
242242
void os_wlsbf2 (xref2u1_t buf, u2_t value);
243243
#endif
244244

0 commit comments

Comments
 (0)