Skip to content

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Dec 24, 2023
1 parent 2d68842 commit 602e9de
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 602e9de

Please sign in to comment.