From 4ce0e4245b5d937dad4302a5100c5438d264dff1 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Tue, 30 Jul 2013 05:10:40 +0200
Subject: [PATCH] Improved TODO.

---
 src/windows.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/windows.h b/src/windows.h
index 7c9860d..2c8c19e 100644
--- a/src/windows.h
+++ b/src/windows.h
@@ -96,7 +96,7 @@ extern struct WinMeta init_win_meta(WINDOW * screen);
  * of the window). Other values will be initialized to 0. The window will stay
  * invisible until appended to the chain of visible windows via append_win().
  *
- * TODO: Why a default start width instead of passing a start width?
+ * TODO: Why default start widths/heights instead of passing start values?
  */
 extern struct Win init_win(struct WinMeta * wmeta, char * title,
                            void * data, void * func);
-- 
2.30.2