diff options
| author | 2026-02-07 15:56:47 -0500 | |
|---|---|---|
| committer | 2026-02-07 15:56:47 -0500 | |
| commit | 941b8ae35da01a348d48d713993acdd87fea8c15 (patch) | |
| tree | 38c08cfb0463da5357bbde4f3fd850e56eec71f5 /src/osd | |
| parent | a7e85a8ecf1de842993b80d05105913ca1f109cb (diff) | |
font_sdl3.cpp: Fix messed up comment. [skip ci]
Diffstat (limited to 'src/osd')
| -rw-r--r-- | src/osd/modules/font/font_sdl3.cpp | 2 |
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 * */ |
