tfix error message - 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 834469a3a42bdad234267fc3a7d380e9396b0871
 (DIR) parent 70723aae3c508956008f10d0e98a5bb0604c4975
 (HTM) Author: rsc <devnull@localhost>
       Date:   Tue,  4 Jan 2005 22:19:46 +0000
       
       fix error message
       
       Diffstat:
         M src/libString/s_rdinstack.c         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/libString/s_rdinstack.c b/src/libString/s_rdinstack.c
       t@@ -115,7 +115,7 @@ s_rdinstack(Sinstack *sp, String *to)
        
                                /* sanity (and looping) */
                                if(sp->depth >= nelem(sp->fp))
       -                                sysfatal("s_recgetline: includes too deep");
       +                                sysfatal("s_rdinstack: includes too deep");
        
                                /* skip white */
                                while(*p == ' ' || *p == '\t')