home · contact · privacy
Made comment more precise.
authorChristian Heller <c.heller@plomlompom.de>
Tue, 30 Apr 2013 02:56:44 +0000 (04:56 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 30 Apr 2013 02:56:44 +0000 (04:56 +0200)
windows.c

index 8e3ae61c4fe42c042bde495f8a8f22dcabd3a7bf..7e1180925549ec4587e68f0ece6d231be9a8388a 100644 (file)
--- a/windows.c
+++ b/windows.c
@@ -94,7 +94,7 @@ void update_windows (struct WinMeta * win_meta, struct Win * win) {
     update_windows (win_meta, win->next); }
 
 void destroy_window (struct Win * win) {
-// Undraw and delete window.
+// Delete window.
   delwin(win->curses_win);
   win->curses_win = 0; }