summaryrefslogtreecommitdiff
path: root/src/code/code_800FD970.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code/code_800FD970.c')
-rw-r--r--src/code/code_800FD970.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/code_800FD970.c b/src/code/code_800FD970.c
index b99281774..f5b61740c 100644
--- a/src/code/code_800FD970.c
+++ b/src/code/code_800FD970.c
@@ -22,8 +22,8 @@ void Math_Rand_Seed(u32 seed) {
}
/**
- * Returns a pseudo-random floating-point number between 0.0f and 1.0f, by generating
- * the next integer and masking it to an IEEE-754 compliant floating-point number
+ * Returns a pseudo-random floating-point number between 0.0f and 1.0f, by generating
+ * the next integer and masking it to an IEEE-754 compliant floating-point number
* between 1.0f and 2.0f, returning the result subtract 1.0f.
*/
f32 Math_Rand_ZeroOne() {