about summary refs log tree commit diff
path: root/src/test/run-pass/macros/macro-comma-behavior.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/macros/macro-comma-behavior.rs')
-rw-r--r--src/test/run-pass/macros/macro-comma-behavior.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/macros/macro-comma-behavior.rs b/src/test/run-pass/macros/macro-comma-behavior.rs
index 95774cad229..b245fe1107b 100644
--- a/src/test/run-pass/macros/macro-comma-behavior.rs
+++ b/src/test/run-pass/macros/macro-comma-behavior.rs
@@ -15,7 +15,7 @@
 //
 // This checks the behavior of macros with trailing commas in key
 // places where regressions in behavior seem highly possible (due
-// to it being e.g. a place where the addition of an argument
+// to it being e.g., a place where the addition of an argument
 // causes it to go down a code path with subtly different behavior).
 //
 // There is a companion test in compile-fail.