From 448f4305e20776bdb7bd4ab4bc10ee59fd1435a8 Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Sun, 7 Feb 2010 12:01:37 +0000 Subject: [PATCH] a.out.h typo (Bug#398, reported by 7shi) --- include/minix/a.out.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/minix/a.out.h b/include/minix/a.out.h index 0499a1f10..b54f7a8cc 100644 --- a/include/minix/a.out.h +++ b/include/minix/a.out.h @@ -68,7 +68,7 @@ struct reloc { unsigned short r_type; /* relocation type */ }; -/* r_tyep values: */ +/* r_type values: */ #define R_ABBS 0 #define R_RELLBYTE 2 #define R_PCRBYTE 3 -- 2.44.0