diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2012-05-16 01:10:12 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2012-05-16 01:10:12 +0000 |
commit | 290795ee7121cede5cf358c79176a205891a566b (patch) | |
tree | 3ed91c8e17f29b632b4fa91d55f3eb400309dd68 /app | |
parent | 727ad5b89b856853364d30ca2b8839c105205304 (diff) |
fix comment
Diffstat (limited to 'app')
-rw-r--r-- | app/cwm/group.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/cwm/group.c b/app/cwm/group.c index 17de90455..0cb831c17 100644 --- a/app/cwm/group.c +++ b/app/cwm/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); |