Skip to content

Commit

Permalink
Fix typo in documentation (gimli-rs#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel authored Dec 27, 2023
1 parent 7ecf4f9 commit c1d4c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xcoff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ pub const N_ABS: i16 = -1;
/// An undefined external symbol.
pub const N_UNDEF: i16 = 0;

// Vlaues for `n_type`.
// Values for `n_type`.
//
/// Values for visibility as they would appear when encoded in the high 4 bits
/// of the 16-bit unsigned n_type field of symbol table entries. Valid for
Expand Down

0 comments on commit c1d4c8f

Please sign in to comment.