From: Rob Pike Date: Sat, 12 Jul 2008 02:37:47 +0000 (-0700) Subject: fix comment X-Git-Tag: weekly.2009-11-06~3518 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c8bce425b028fad30091d9b1b92a8a9725b61e61;p=gostls13.git fix comment SVN=126931 --- diff --git a/src/runtime/rt2_amd64.c b/src/runtime/rt2_amd64.c index 37bb850c5f..dac1c4684a 100644 --- a/src/runtime/rt2_amd64.c +++ b/src/runtime/rt2_amd64.c @@ -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;