summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2018-02-24 05:08:45 +0100
committerRichard Braun <rbraun@sceen.net>2018-02-24 05:08:45 +0100
commit64830974a086e53ea1bc5e628e8955db83ff797a (patch)
treefd13456e293f00cf3c27f3fce354e4d00b3ad0e9
parente8265363384bc3f8e6bb31466a3590ce27811efa (diff)
doc/intro(9): describe cbuf as a circular byte buffer
-rw-r--r--doc/intro.9.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intro.9.txt b/doc/intro.9.txt
index 5975b8b..45c0a3f 100644
--- a/doc/intro.9.txt
+++ b/doc/intro.9.txt
@@ -136,7 +136,7 @@ other development tools :
module:kern/bitmap::
Arbitrary-length bit array.
module:kern/cbuf::
- Circular character buffer.
+ Circular byte buffer.
module:kern/clock::
Low resolution clock.
module:kern/error::