comparison src/m/sps7.h @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents 6c044c8796dd
children 7be0f0a02725
comparison
equal deleted inserted replaced
3590:d5f22061277d 3591:507f64624555
50 /* XINT must explicitly sign-extend */ 50 /* XINT must explicitly sign-extend */
51 51
52 #define EXPLICIT_SIGN_EXTEND 52 #define EXPLICIT_SIGN_EXTEND
53 53
54 /* Data type of load average, as read out of kmem. */ 54 /* Data type of load average, as read out of kmem. */
55 /* Suspect there is something wierd about this machine, so turn it off. */ 55 /* Suspect there is something weird about this machine, so turn it off. */
56 56
57 /* #define LOAD_AVE_TYPE long */ 57 /* #define LOAD_AVE_TYPE long */
58 58
59 /* Convert that into an integer that is 100 for a load average of 1.0 */ 59 /* Convert that into an integer that is 100 for a load average of 1.0 */
60 60