plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit de9e3ca7434aa7acd01aca3ddccb857bf6a7d4cc
parent afe82ee607f935fbd1e0d770a68f82291e1e2635
Author: rsc <devnull@localhost>
Date:   Tue,  8 Feb 2005 21:03:55 +0000

fix typo

Diffstat:
Minclude/thread.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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