From 95cef4a73ef2b74799fec5a63b5d90edb0c52828 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 24 Apr 2012 14:12:54 +0900 Subject: [PATCH] Correct a spelling error. --- libs/models/alias/sw_model_alias.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }