From 693225a16fac7d5e99e87db1ff59d80e50bd293b Mon Sep 17 00:00:00 2001
From: Bill Currie <bill@taniwha.org>
Date: Wed, 10 Mar 2021 18:05:12 +0900
Subject: [PATCH] [util] Add a fixme for a comment

The code itself is fine, but the comment is rubbish because it's
confusing, though essentially correct.
---
 libs/util/mathlib.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libs/util/mathlib.c b/libs/util/mathlib.c
index 2d547f756..33eae277d 100644
--- a/libs/util/mathlib.c
+++ b/libs/util/mathlib.c
@@ -501,6 +501,8 @@ BoxOnPlaneSide (const vec3_t emins, const vec3_t emaxs, plane_t *p)
 #endif
 
 /*
+	FIXME these comments are a confused mess (the code is fine)
+
 	angles is a left(?) handed system: 'pitch yaw roll' with x (pitch) axis to
 	the right, y (yaw) axis up and z (roll) axis forward.