dwm.c
changeset 1362 f6c3491c41f1
parent 1361 41678fc29f2a
child 1363 4004d6116035
--- 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.
  *