Skip to content

Commit f19e085

Browse files
author
Jonathan Pallant (42 Technology)
committed
Fix comment mis-format.
1 parent adddc1e commit f19e085

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ffi.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ pub enum NrfxErr {
6060
ErrorAlreadyInitialized = (0x0BAD0000 + 12),
6161
}
6262

63-
/// st error from the library. See `bsd_os_errno_set` and
64-
/// Stores the l
63+
/// Stores the last error from the library. See `nrf_modem_os_errno_set` and
6564
/// `get_last_error`.
6665
static LAST_ERROR: core::sync::atomic::AtomicI32 = core::sync::atomic::AtomicI32::new(0);
6766

0 commit comments

Comments
 (0)