summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
Diffstat (limited to 'src/code')
-rw-r--r--src/code/sys_math3d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/sys_math3d.c b/src/code/sys_math3d.c
index 076ed9e38..3710c1e1e 100644
--- a/src/code/sys_math3d.c
+++ b/src/code/sys_math3d.c
@@ -247,7 +247,7 @@ f32 Math3D_Cos(Vec3f* a, Vec3f* b) {
}
/**
- * Calculates the cosine between vectors `a` and `b` and places the result in `ret`
+ * Calculates the cosine between vectors `a` and `b` and places the result in `dst`
* returns true if the cosine cannot be calculated because the product of the magnitudes is zero
*/
s32 Math3D_CosOut(Vec3f* a, Vec3f* b, f32* dst) {