diff options
Diffstat (limited to 'src/runtime/mpagealloc.go')
| -rw-r--r-- | src/runtime/mpagealloc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/mpagealloc.go b/src/runtime/mpagealloc.go index 35b2a019a3..6b5583035b 100644 --- a/src/runtime/mpagealloc.go +++ b/src/runtime/mpagealloc.go @@ -279,7 +279,7 @@ type pageAlloc struct { } // mheap_.lock. This level of indirection makes it possible - // to test pageAlloc indepedently of the runtime allocator. + // to test pageAlloc independently of the runtime allocator. mheapLock *mutex // sysStat is the runtime memstat to update when new system |
