* window.c (struct save_window_data): Fix typo.
authorDmitry Antipov <dmantipov@yandex.ru>
Fri, 23 Aug 2013 04:17:04 +0000 (08:17 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Fri, 23 Aug 2013 04:17:04 +0000 (08:17 +0400)
src/window.c

index b295f74..023dc48 100644 (file)
@@ -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;