# HG changeset patch # User Anselm R Garbe # Date 1226841744 0 # Node ID f6c3491c41f1a5e149eaa0e28d59e5b69d7682c1 # Parent 41678fc29f2a732171c1aa43e1ef975e04c9f7d8 applied Gottox' comment fix (thanks) diff -r 41678fc29f2a -r f6c3491c41f1 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. *