aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/taskbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/taskbar.c b/src/taskbar.c
index c553652..1e2cb1b 100644
--- a/src/taskbar.c
+++ b/src/taskbar.c
@@ -710,7 +710,7 @@ void FocusPreviousStackedCircular() {
ac = GetActiveClient();
np = NULL;
- /* Check for a valid client below this client in the same layer. */
+ /* Check for a valid client above this client in the same layer. */
if(ac) {
for(np = ac->prev; np; np = np->prev) {
if(ShouldFocusItem(np)) {