From 07440b75bcbd20056c11f2375d3aa765788af034 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 17 Dec 2012 18:10:07 +0100 Subject: Fix comment style * console-client/kbd-repeat.c (kbd_repeat_key): Fix comment style. --- console-client/kbd-repeat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'console-client') diff --git a/console-client/kbd-repeat.c b/console-client/kbd-repeat.c index e45902d7..641520ca 100644 --- a/console-client/kbd-repeat.c +++ b/console-client/kbd-repeat.c @@ -69,8 +69,8 @@ kbd_repeat_key (kd_event *key) pthread_mutex_lock (&global_lock); while (kbdbuf.size + sizeof (kd_event) > KBDBUFSZ) { - /* The input buffer is full, wait until there is some space. If this call - * is interrupted, silently continue. */ + /* The input buffer is full, wait until there is some space. If this call + is interrupted, silently continue. */ (void) pthread_hurd_cond_wait_np (&kbdbuf.writecond, &global_lock); } ev = (kd_event *) &kbdbuf.keybuffer[KBDBUF_POS (kbdbuf.pos -- cgit v1.2.3