diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/l-coordination.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/l-coordination.html b/web/l-coordination.html index b2f9f0d..79b578b 100644 --- a/web/l-coordination.html +++ b/web/l-coordination.html @@ -47,7 +47,7 @@ <h3>Sleep and wakeup - usage</h3> Let's consider implementing a producer/consumer queue -(like a pipe) that can be used to hold a single non-null char pointer: +(like a pipe) that can be used to hold a single non-null pointer: <pre> struct pcq { |