From c1d4c8f20d8f4ca8e64ccda740f2940085ff2930 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Wed, 27 Dec 2023 00:00:00 +0000 Subject: [PATCH] Fix typo in documentation (#616) --- src/xcoff.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xcoff.rs b/src/xcoff.rs index dbe5d737..ef54c931 100644 --- a/src/xcoff.rs +++ b/src/xcoff.rs @@ -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