diff options
author | Russ Cox <[email protected]> | 2009-07-12 18:33:37 -0700 |
---|---|---|
committer | Russ Cox <[email protected]> | 2009-07-12 18:33:37 -0700 |
commit | 00e571155ce6f836a7f78e7a725c1b3de7868b5a (patch) | |
tree | da28e68cf21f6f12669f497f98907b758edab34e /web | |
parent | 2c5f7aba38f8e7207a81fdef36d7720bda9dc4e5 (diff) | |
download | xv6-labs-00e571155ce6f836a7f78e7a725c1b3de7868b5a.tar.gz xv6-labs-00e571155ce6f836a7f78e7a725c1b3de7868b5a.tar.bz2 xv6-labs-00e571155ce6f836a7f78e7a725c1b3de7868b5a.zip |
more doc tweaks
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 { |