about summary refs log tree commit diff
path: root/src/test/incremental/hashes/panic_exprs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/incremental/hashes/panic_exprs.rs')
-rw-r--r--src/test/incremental/hashes/panic_exprs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/incremental/hashes/panic_exprs.rs b/src/test/incremental/hashes/panic_exprs.rs
index ffb66c29219..f2d610c1ade 100644
--- a/src/test/incremental/hashes/panic_exprs.rs
+++ b/src/test/incremental/hashes/panic_exprs.rs
@@ -9,7 +9,7 @@
 // except according to those terms.
 
 // This test case tests the incremental compilation hash (ICH) implementation
-// for exprs that can panic at runtime (e.g. because of bounds checking). For
+// for exprs that can panic at runtime (e.g., because of bounds checking). For
 // these expressions an error message containing their source location is
 // generated, so their hash must always depend on their location in the source
 // code, not just when debuginfo is enabled.