summaryrefslogtreecommitdiff
path: root/src/glu/sgi/libtess/normal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glu/sgi/libtess/normal.c')
-rw-r--r--src/glu/sgi/libtess/normal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glu/sgi/libtess/normal.c b/src/glu/sgi/libtess/normal.c
index 0a2494be343..7ab83167bbd 100644
--- a/src/glu/sgi/libtess/normal.c
+++ b/src/glu/sgi/libtess/normal.c
@@ -142,7 +142,7 @@ static void CheckOrientation( GLUtesselator *tess )
GLUhalfEdge *e;
/* When we compute the normal automatically, we choose the orientation
- * so that the the sum of the signed areas of all contours is non-negative.
+ * so that the sum of the signed areas of all contours is non-negative.
*/
area = 0;
for( f = fHead->next; f != fHead; f = f->next ) {