diff options
Diffstat (limited to 'src/runtime/HACKING.md')
| -rw-r--r-- | src/runtime/HACKING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/HACKING.md b/src/runtime/HACKING.md index ce0b42a354..e1a43ba88e 100644 --- a/src/runtime/HACKING.md +++ b/src/runtime/HACKING.md @@ -173,7 +173,7 @@ In summary, Atomics ======= -The runtime uses its own atomics package at `runtime/internal/atomic`. +The runtime uses its own atomics package at `internal/runtime/atomic`. This corresponds to `sync/atomic`, but functions have different names for historical reasons and there are a few additional functions needed by the runtime. |
