diff --git a/libs/models/alias/sw_model_alias.c b/libs/models/alias/sw_model_alias.c index 533beaf20..b252ad474 100644 --- a/libs/models/alias/sw_model_alias.c +++ b/libs/models/alias/sw_model_alias.c @@ -78,7 +78,7 @@ process_frame (maliasframedesc_t *frame, int posenum, int extra) // The low-order 8 bits (actually, fractional) are completely separate // from the high-order bits (see R_AliasTransformFinalVert16 in // sw_ralias.c), but in adjacant arrays. This means we can get away with - // just one memcpy as there are non endian issues. + // just one memcpy as there are no endian issues. memcpy (frame_verts, poseverts[posenum], size); }