review comments
diff --git a/src/librustc/session/config.rs b/src/librustc/session/config.rs
index 8eb8047..5720978 100644
--- a/src/librustc/session/config.rs
+++ b/src/librustc/session/config.rs
@@ -848,7 +848,7 @@
     ls: bool = (false, parse_bool, [UNTRACKED],
         "list the symbols defined by a library crate"),
     save_analysis: bool = (false, parse_bool, [UNTRACKED],
-        "write syntax and type analysis (in JSON format) information, \
+        "write syntax and type analysis (in JSON format) information, in \
          addition to normal output"),
     save_analysis_csv: bool = (false, parse_bool, [UNTRACKED],
         "write syntax and type analysis (in CSV format) information, in addition to normal output"),