From 6b729d1685255d309d6de0ac1c973527ec691f8b Mon Sep 17 00:00:00 2001 From: Dmitry Antipov Date: Fri, 23 Aug 2013 08:17:04 +0400 Subject: [PATCH] * window.c (struct save_window_data): Fix typo. --- src/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window.c b/src/window.c index b295f748bf..023dc485d7 100644 --- a/src/window.c +++ b/src/window.c @@ -5408,7 +5408,7 @@ struct save_window_data Lisp_Object saved_windows; /* All fields above are traced by the GC. - From `fame-cols' down, the fields are ignored by the GC. */ + From `frame-cols' down, the fields are ignored by the GC. */ int frame_cols, frame_lines, frame_menu_bar_lines; int frame_tool_bar_lines; -- 2.20.1