@@ -369,7 +369,7 @@ typedef struct{
369369 /****************************************************************/
370370
371371#define GETBYTE (base ) (* (base))
372- /* GETBASEWORD only works if base points to a 32-bit bounday */
372+ /* GETBASEWORD only works if base points to a 32-bit boundary */
373373#define GETBASEWORD (base , offset ) (* ((base)+(offset)))
374374 /* GETWORDBASEWORD works right with base on a 16-bit boundary. */
375375#define GETWORDBASEWORD (base , offset ) (* (((DLword *)(base))+(offset)))
@@ -572,7 +572,7 @@ typedef struct
572572 /****************************************************************/
573573
574574#define GETBYTE (base ) (* (unsigned char *) (3^(UNSIGNED)(base)))
575- /* GETBASEWORD only works if base points to a 32-bit bounday */
575+ /* GETBASEWORD only works if base points to a 32-bit boundary */
576576#define GETBASEWORD (base , offset ) GETWORDBASEWORD((base),(offset))
577577#define GETWORDBASEWORD (base , offset ) (* (DLword *) (2^(UNSIGNED)((base)+(offset))))
578578#define GETWORD (base ) (* (DLword *) (2^(UNSIGNED)(base)))
@@ -625,7 +625,7 @@ typedef struct
625625#define GetTypeEntry (address ) ( GETWORD(MDStypetbl+((address)>>9)) )
626626
627627#else
628- /* Because the 386i's code generator does bettter with them */
628+ /* Because the 386i's code generator does better with them */
629629 /* in this order (does an add, rather than mov-add) */
630630 /* JDS 22-mar-90 */
631631
0 commit comments