summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2026-02-07 15:56:47 -0500
committer arbee <rb6502@users.noreply.github.com>2026-02-07 15:56:47 -0500
commit941b8ae35da01a348d48d713993acdd87fea8c15 (patch)
tree38c08cfb0463da5357bbde4f3fd850e56eec71f5 /src/osd
parenta7e85a8ecf1de842993b80d05105913ca1f109cb (diff)
font_sdl3.cpp: Fix messed up comment. [skip ci]
Diffstat (limited to 'src/osd')
-rw-r--r--src/osd/modules/font/font_sdl3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/font/font_sdl3.cpp b/src/osd/modules/font/font_sdl3.cpp
index e78a53d2771..45d750bbeb3 100644
--- a/src/osd/modules/font/font_sdl3.cpp
+++ b/src/osd/modules/font/font_sdl3.cpp
@@ -1,7 +1,7 @@
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert, R. Belmont, Vas Crabb
/*
- * font_sdl33.cpp
+ * font_sdl3.cpp - Font handling using SDL3_ttf
*
*/