diff options
Diffstat (limited to 'src/runtime/lfstack_test.go')
| -rw-r--r-- | src/runtime/lfstack_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/lfstack_test.go b/src/runtime/lfstack_test.go index 4da4d88619..fb4b45992d 100644 --- a/src/runtime/lfstack_test.go +++ b/src/runtime/lfstack_test.go @@ -30,7 +30,7 @@ func TestLFStack(t *testing.T) { stack := new(uint64) global = stack // force heap allocation - // Need to keep additional referenfces to nodes, the stack is not all that type-safe. + // Need to keep additional references to nodes, the stack is not all that type-safe. var nodes []*MyNode // Check the stack is initially empty. |
