Repositories
/
ecl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39cec4a
)
cosmetic: mp queue comment typo
author
Daniel Kochmański
<daniel@turtleware.eu>
Mon, 24 Aug 2015 11:33:43 +0000
(13:33 +0200)
committer
Daniel 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
patch
|
blob
|
blame
|
history
diff --git
a/src/h/object.h
b/src/h/object.h
index
0cd1da0
..
ac541bf
100644
(file)
--- a/
src/h/object.h
+++ b/
src/h/object.h
@@
-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 */