Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnik

Fix some some duplicate words.
This commit is contained in:
Steve Klabnik 2016-05-07 15:35:19 -04:00
commit aa63f54e37
11 changed files with 11 additions and 11 deletions

View file

@ -147,7 +147,7 @@ impl Command {
let new_key = pair_to_key(key, val, &mut self.saw_nul);
let (map, envp) = self.init_env_map();
// If `key` is already present then we we just update `envp` in place
// If `key` is already present then we just update `envp` in place
// (and store the owned value), but if it's not there we override the
// trailing NULL pointer, add a new NULL pointer, and store where we
// were located.