about summary refs log tree commit diff
path: root/src/librustc_errors
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2020-01-24 14:03:35 -0800
committerEsteban Küber <esteban@kuber.com.ar>2020-01-24 14:03:35 -0800
commit600e385c43904eb4a5337427f3f6fb169fe32234 (patch)
tree8c2a87c00553f2003d66de01ecc8191bcbd93e70 /src/librustc_errors
parentd493dccef7ae1d2ca739fe828bf9556b44dc460a (diff)
downloadrust-600e385c43904eb4a5337427f3f6fb169fe32234.tar.gz
rust-600e385c43904eb4a5337427f3f6fb169fe32234.zip
review comments
Diffstat (limited to 'src/librustc_errors')
-rw-r--r--src/librustc_errors/emitter.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_errors/emitter.rs b/src/librustc_errors/emitter.rs
index 2149e46a1cf..b62e4223fea 100644
--- a/src/librustc_errors/emitter.rs
+++ b/src/librustc_errors/emitter.rs
@@ -461,7 +461,7 @@ pub const MAX_HIGHLIGHT_LINES: usize = 6;
 /// Maximum number of lines we will print for a multiline suggestion; arbitrary.
 ///
 /// This should be replaced with a more involved mechanism to output multiline suggestions that
-/// more closely mimmics the regular diagnostic output, where irrelevant code lines are ellided.
+/// more closely mimmics the regular diagnostic output, where irrelevant code lines are elided.
 pub const MAX_SUGGESTION_HIGHLIGHT_LINES: usize = 20;
 /// Maximum number of suggestions to be shown
 ///