aboutsummaryrefslogtreecommitdiffstats
path: root/group.c
diff options
context:
space:
mode:
authorokan2012-05-16 01:10:11 +0000
committerokan2012-05-16 01:10:11 +0000
commitb871be8abec737966fd9a52dcd1b6d649fb73a85 (patch)
tree2cbb75ce7bed347b228db9a5a3ef0ca39f9c94e8 /group.c
parent0d42809e06455c0a8cd1f170f15e81c812e7ef61 (diff)
downloadcwm-b871be8abec737966fd9a52dcd1b6d649fb73a85.tar.gz
fix comment
Diffstat (limited to '')
-rw-r--r--group.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/group.c b/group.c
index 17de904..0cb831c 100644
--- a/group.c
+++ b/group.c
@@ -16,7 +16,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: group.c,v 1.55 2011/12/29 20:48:38 okan Exp $
+ * $OpenBSD: group.c,v 1.56 2012/05/16 01:10:11 okan Exp $
*/
#include <sys/param.h>
@@ -151,8 +151,9 @@ group_init(struct screen_ctx *sc)
TAILQ_INIT(&sc->groupq);
sc->group_hideall = 0;
- /* see if any group names have already been set and update the property
- * with ours if they'll have changed.
+ /*
+ * See if any group names have already been set and update the
+ * property with ours if they'll have changed.
*/
group_update_names(sc);