Fix some more typos, this time words that are duplicated.

This commit is contained in:
Bastien Orivel 2017-08-11 00:31:47 +02:00
parent 47cb3c5bc2
commit ea5be96bab
3 changed files with 3 additions and 3 deletions

View file

@ -282,7 +282,7 @@ pub fn source_name(input: &Input) -> String {
/// This is a somewhat higher level controller than a Session - the Session
/// controls what happens in each phase, whereas the CompileController controls
/// whether a phase is run at all and whether other code (from outside the
/// the compiler) is run between phases.
/// compiler) is run between phases.
///
/// Note that if compilation is set to stop and a callback is provided for a
/// given entry point, the callback is called before compilation is stopped.