cosmetic: mp queue comment typo
authorDaniel Kochmański <daniel@turtleware.eu>
Mon, 24 Aug 2015 11:33:43 +0000 (13:33 +0200)
committerDaniel Kochmański <daniel@turtleware.eu>
Mon, 24 Aug 2015 14:01:33 +0000 (16:01 +0200)
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
src/h/object.h

index 0cd1da0..ac541bf 100644 (file)
@@ -1038,7 +1038,7 @@ union cl_lispunion {
         struct ecl_instance     instance;       /*  clos instance */
 #ifdef ECL_THREADS
         struct ecl_process      process;        /*  process  */
-        struct ecl_queue        queue;          /*  lock  */
+        struct ecl_queue        queue;          /*  queue  */
         struct ecl_lock         lock;           /*  lock  */
         struct ecl_rwlock       rwlock;         /*  read/write lock  */
         struct ecl_condition_variable condition_variable; /*  condition-variable */