src: fix typos in crypto comments · nodejs/node@e61cc0b

Original file line numberDiff line numberDiff line change

@@ -33,7 +33,7 @@ PBKDF2Config& PBKDF2Config::operator=(PBKDF2Config&& other) noexcept {

3333

}

3434
3535

void PBKDF2Config::MemoryInfo(MemoryTracker* tracker) const {

36-

// The the job is sync, the PBKDF2Config does not own the data

36+

// The job is sync, the PBKDF2Config does not own the data.

3737

if (mode == kCryptoJobAsync) {

3838

tracker->TrackFieldWithSize("pass", pass.size());

3939

tracker->TrackFieldWithSize("salt", salt.size());