about summary refs log tree commit diff
path: root/src/test/incremental/span_hash_stable
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/incremental/span_hash_stable')
-rw-r--r--src/test/incremental/span_hash_stable/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/incremental/span_hash_stable/main.rs b/src/test/incremental/span_hash_stable/main.rs
index 1512c5dc537..646a388c877 100644
--- a/src/test/incremental/span_hash_stable/main.rs
+++ b/src/test/incremental/span_hash_stable/main.rs
@@ -9,7 +9,7 @@
 // except according to those terms.
 
 // This test makes sure that it doesn't make a difference in which order we are
-// adding source files to the codemap. The order affects the BytePos values of
+// adding source files to the source_map. The order affects the BytePos values of
 // the spans and this test makes sure that we handle them correctly by hashing
 // file:line:column instead of raw byte offset.