From: David van Moolenbroek Date: Sun, 7 Feb 2010 12:01:37 +0000 (+0000) Subject: a.out.h typo (Bug#398, reported by 7shi) X-Git-Tag: v3.1.7~308 X-Git-Url: http://zhaoyanbai.com/repos/man.genrandom.html?a=commitdiff_plain;h=448f4305e20776bdb7bd4ab4bc10ee59fd1435a8;p=minix.git a.out.h typo (Bug#398, reported by 7shi) --- 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