proc/stack: Add punctuation to comment

This commit is contained in:
Derek Parker
2015-09-19 23:19:03 -05:00
parent da39258bec
commit 784505813d

View File

@ -14,7 +14,7 @@ func (nra NoReturnAddr) Error() string {
}
type Stackframe struct {
// Address the function above this one on the call stack will return to
// Address the function above this one on the call stack will return to.
Current Location
// Address of the call instruction for the function above on the call stack.
Call Location