Deduplicate words in code comments

This commit is contained in:
Alexei Sholik
2013-06-06 10:38:41 +03:00
parent c7b19b04cb
commit e75572c879
18 changed files with 23 additions and 24 deletions

View File

@@ -1672,7 +1672,7 @@ pub fn print_fn(s: @ps,
pub fn print_fn_args(s: @ps, decl: &ast::fn_decl,
opt_explicit_self: Option<ast::explicit_self_>) {
// It is unfortunate to duplicate the commasep logic, but we we want the
// It is unfortunate to duplicate the commasep logic, but we want the
// self type and the args all in the same box.
box(s, 0u, inconsistent);
let mut first = true;
@@ -1919,7 +1919,7 @@ pub fn print_ty_fn(s: @ps,
zerobreak(s.s);
popen(s);
// It is unfortunate to duplicate the commasep logic, but we we want the
// It is unfortunate to duplicate the commasep logic, but we want the
// self type and the args all in the same box.
box(s, 0u, inconsistent);
let mut first = true;