Skip to content

Commit

Permalink
Missing period
Browse files Browse the repository at this point in the history
  • Loading branch information
DrChat committed Jun 2, 2021
1 parent 0d82197 commit 17449eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub trait RegId: Sized + Debug {
///
/// If the register size is specified here, gdbstub will include a runtime
/// check that ensures target implementations do not send back more
/// bytes than the register allows
/// bytes than the register allows.
///
/// Returns `None` if the register is not available.
fn from_raw_id(id: usize) -> Option<(Self, Option<NonZeroUsize>)>;
Expand Down

0 comments on commit 17449eb

Please sign in to comment.