summaryrefslogtreecommitdiffstats
path: root/sub
diff options
context:
space:
mode:
Diffstat (limited to 'sub')
-rw-r--r--sub/osd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/osd.c b/sub/osd.c
index 11bf50d8d9..bd06dbf8d4 100644
--- a/sub/osd.c
+++ b/sub/osd.c
@@ -313,7 +313,7 @@ void osd_changed_all(struct osd_state *osd)
}
// Scale factor to translate OSD coordinates to what the obj uses internally.
-// osd_coordinates * (sh, sh) = obj_coordinates
+// osd_coordinates * (sw, sh) = obj_coordinates
void osd_object_get_scale_factor(struct osd_state *osd, struct osd_object *obj,
double *sw, double *sh)
{