8191632: Typos in comments due to duplicating words

Reviewed-by: alanb
This commit is contained in:
Ivan Gerasimov 2017-11-20 18:46:52 -08:00
parent 91549ed5ce
commit ac14c02059
16 changed files with 19 additions and 19 deletions

View file

@ -212,7 +212,7 @@ public final class StringPrep {
//indexes[INDEX_MAPPING_DATA_SIZE] store the size of mappingData in bytes
mappingData = new char[indexes[INDEX_MAPPING_DATA_SIZE]/2];
// load the rest of the data data and initialize the data members
// load the rest of the data and initialize the data members
reader.read(sprepBytes,mappingData);
sprepTrieImpl = new StringPrepTrieImpl();

View file

@ -252,7 +252,7 @@ public class MimeEntry implements Cloneable {
}
case UNKNOWN:
// REMIND: What do do here?
// REMIND: What to do here?
return null;
}