From 4fe8e188b800f99d0eb0e1c3c3fab643d93d7898 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Thu, 31 May 2007 00:42:37 +0000 Subject: [PATCH] Fix typo in comment --- src/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/font.h b/src/font.h index 4bef1b2f00e..e284ae74c78 100644 --- a/src/font.h +++ b/src/font.h @@ -137,7 +137,7 @@ extern Lisp_Object null_string; extern Lisp_Object null_vector; /* Structure for an opened font. We can safely cast this structure to - "struft font_info". */ + "struct font_info". */ struct font { -- 2.39.5