applied Gottox' comment fix (thanks)
authorAnselm R Garbe <garbeam@gmail.com>
Sun, 16 Nov 2008 13:22:24 +0000
changeset 1362 f6c3491c41f1
parent 1361 41678fc29f2a
child 1363 4004d6116035
applied Gottox' comment fix (thanks)
dwm.c
--- a/dwm.c	Sun Oct 19 12:59:18 2008 +0100
+++ b/dwm.c	Sun Nov 16 13:22:24 2008 +0000
@@ -15,7 +15,7 @@
  *
  * Each child of the root window is called a client, except windows which have
  * set the override_redirect flag.  Clients are organized in a global
- * doubly-linked client list, the focus history is remembered through a global
+ * linked client list, the focus history is remembered through a global
  * stack list. Each client contains a bit array to indicate the tags of a
  * client.
  *