aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-02-08 21:03:55 +0000
committerrsc <devnull@localhost>2005-02-08 21:03:55 +0000
commitde9e3ca7434aa7acd01aca3ddccb857bf6a7d4cc (patch)
treea741cdad4ffb82a37ac22972e7b3b9c54c58205f /include
parentafe82ee607f935fbd1e0d770a68f82291e1e2635 (diff)
downloadplan9port-de9e3ca7434aa7acd01aca3ddccb857bf6a7d4cc.tar.gz
plan9port-de9e3ca7434aa7acd01aca3ddccb857bf6a7d4cc.tar.bz2
plan9port-de9e3ca7434aa7acd01aca3ddccb857bf6a7d4cc.zip
fix typo
Diffstat (limited to 'include')
-rw-r--r--include/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/thread.h b/include/thread.h
index aa405afd..330f1508 100644
--- a/include/thread.h
+++ b/include/thread.h
@@ -120,7 +120,7 @@ void chansetname(Channel *c, char *fmt, ...);
#define alt chanalt
#define nbrecv channbrecv
#define nbrecvp channbrecvp
-#define nvrecvul channbrecvul
+#define nbrecvul channbrecvul
#define nbsend channbsend
#define nbsendp channbsendp
#define nbsendul channbsendul