summaryrefslogtreecommitdiff
path: root/arm9
diff options
context:
space:
mode:
authorRémi Calixte <remicalixte.rmc@gmail.com>2021-06-21 18:51:13 +0200
committerRémi Calixte <remicalixte.rmc@gmail.com>2021-06-21 18:51:13 +0200
commit1852192a1d396f03b3f9c4311b6c4c37ca3f107a (patch)
tree8c00b9aefa2f09b937f90d96075d14d9aa70a693 /arm9
parent5b0eac381dcb0cbe85d6cafa1076e9b823db8ae9 (diff)
typo
Diffstat (limited to 'arm9')
-rw-r--r--arm9/src/font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/src/font.c b/arm9/src/font.c
index acf52448..50132455 100644
--- a/arm9/src/font.c
+++ b/arm9/src/font.c
@@ -65,7 +65,7 @@ THUMB_FUNC void FUN_02002CF8(s32 param0)
{
/*
param0 is used as a index to a u32[]. The original assembly computes param0<<2 several times
- in the function where the present attempt compute it once and keep it r6.
+ in the function where the present attempt computes it once and keep it r6.
*/
GF_ASSERT(param0 < 4);