From 89dec4ff159933b93b187bb422f3926b00300963 Mon Sep 17 00:00:00 2001
From: Gregor Bollerhey <gbsoftware@arcor.de>
Date: Sun, 12 Jan 2014 04:42:47 +0100
Subject: Corrected comment (now member and returns nothing).

---
 src/SystemTray.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/SystemTray.cc b/src/SystemTray.cc
index b4f1e9b..ddc3738 100644
--- a/src/SystemTray.cc
+++ b/src/SystemTray.cc
@@ -137,8 +137,8 @@ private:
 
 void TrayWindow::pinByClassname(const std::vector<std::string> left,
         const std::vector<std::string> right) {
-    // based on the parsed order list and a given window returns an
-    // ordinal used to sort the tray icons.
+    // based on the parsed order list and a given window sets m_order to
+    // an ordinal used to sort the tray icons.
 
     auto deleter = [](XClassHint *x){if(x) XFree(x);};
 
-- 
cgit v0.11.2