From 075ef6980bfaa8f6c196bdc2124e78eaccd391bb Mon Sep 17 00:00:00 2001 From: Jacob Sandlund Date: Fri, 12 Dec 2025 09:27:45 -0500 Subject: [PATCH] Fix comment typo --- src/font/shaper/coretext.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/font/shaper/coretext.zig b/src/font/shaper/coretext.zig index 32b7ab77b..15ac5762b 100644 --- a/src/font/shaper/coretext.zig +++ b/src/font/shaper/coretext.zig @@ -467,7 +467,7 @@ pub const Shaper = struct { const x_offset = position.x - cell_offset.x; const y_offset = position.y - cell_offset.y; - // Ford debugging positions, turn this on: + // For debugging positions, turn this on: //const advance_x_offset = run_offset.x - cell_offset.x; //const advance_y_offset = run_offset.y - cell_offset.y; //const x_offset_diff = x_offset - advance_x_offset;