summaryrefslogtreecommitdiff
path: root/HACKING.md
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-14 18:29:15 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-14 18:29:15 -0600
commit3dcbd43ecd77c28762b0595475893ff052c0444a (patch)
tree9823d647e98811bc33f19152217b0bfc72edb8ed /HACKING.md
parent1427269e8650964713505728eda84bfec1f685e1 (diff)
wip libnet rewrite
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md
index 1492820..920a87d 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -4,7 +4,7 @@ Source layout
- cmd/srv9p
- libcr - A simple coroutine (cooperative multitasking) library
- libcr_ipc - IPC primatives for coroutines built on top of libcr
- - libnetio - TODO
+ - libnet - TODO
- lib9p - A simple 9P protocol server library
- libusb - TODO