]> Cypherpunks repositories - gostls13.git/commitdiff
fix comment
authorRob Pike <r@golang.org>
Sat, 12 Jul 2008 02:37:47 +0000 (19:37 -0700)
committerRob Pike <r@golang.org>
Sat, 12 Jul 2008 02:37:47 +0000 (19:37 -0700)
SVN=126931

src/runtime/rt2_amd64.c

index 37bb850c5f8d24408e13f29482ce62445712ccfc..dac1c4684a6d16a921354bdc89255eba4924b459 100644 (file)
@@ -30,7 +30,7 @@ traceback(uint8 *pc, uint8 *sp, void* r15)
        for(;;){
                callpc = pc;
                if((uint8*)morestack2 == pc) {
-                       // call site in _morestack(); pop to earlier stack block to get true caller
+                       // call site is morestack2(); pop to earlier stack block to get true caller
                        stktop = (Stktop*)g.stackbase;
                        g.stackbase = stktop->oldbase;
                        g.stackguard = stktop->oldguard;