summaryrefslogtreecommitdiff
path: root/src/framerate_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/framerate_gui.cpp')
-rw-r--r--src/framerate_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/framerate_gui.cpp b/src/framerate_gui.cpp
index 10014b4f4..5c54eed5b 100644
--- a/src/framerate_gui.cpp
+++ b/src/framerate_gui.cpp
@@ -918,7 +918,7 @@ struct FrametimeGraphWindow : Window {
}
}
}
- /* Draw divison lines and labels for the horizontal axis */
+ /* Draw division lines and labels for the horizontal axis */
for (uint division = horz_divisions; division > 0; division--) {
int x = Scinterlate(x_zero, x_max, 0, (int)horz_divisions, (int)horz_divisions - (int)division);
GfxDrawLine(x, y_max, x, y_zero, c_grid);