]> Zhao Yanbai Git Server - minix.git/commitdiff
a.out.h typo (Bug#398, reported by 7shi)
authorDavid van Moolenbroek <david@minix3.org>
Sun, 7 Feb 2010 12:01:37 +0000 (12:01 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Sun, 7 Feb 2010 12:01:37 +0000 (12:01 +0000)
include/minix/a.out.h

index 0499a1f10940ef7c7329a3937229a3d5180b6213..b54f7a8cccdee6b8d06d86c18c28ac5ae1b2ef66 100644 (file)
@@ -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