summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorRuss Cox <[email protected]>2009-07-12 18:33:37 -0700
committerRuss Cox <[email protected]>2009-07-12 18:33:37 -0700
commit00e571155ce6f836a7f78e7a725c1b3de7868b5a (patch)
treeda28e68cf21f6f12669f497f98907b758edab34e /web
parent2c5f7aba38f8e7207a81fdef36d7720bda9dc4e5 (diff)
downloadxv6-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.html2
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 {