Skip to content

Commit cba9bda

Browse files
committed
nit
1 parent 30405c9 commit cba9bda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pub enum Endianness {
4444
Little,
4545
}
4646

47-
/// Data types that can be used as Thread IDs in the GBD protocol.
47+
/// Data types that can be used as Thread IDs in the GDB RSP.
4848
pub trait IsValidTid: private::Sealed + PartialEq + Copy {
4949
#[doc(hidden)]
5050
fn into_fully_qualified_tid(self) -> Tid;

0 commit comments

Comments
 (0)