tfix typo - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit de9e3ca7434aa7acd01aca3ddccb857bf6a7d4cc
 (DIR) parent afe82ee607f935fbd1e0d770a68f82291e1e2635
 (HTM) Author: rsc <devnull@localhost>
       Date:   Tue,  8 Feb 2005 21:03:55 +0000
       
       fix typo
       
       Diffstat:
         M include/thread.h                    |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/include/thread.h b/include/thread.h
       t@@ -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