1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-03 07:10:39 +00:00

Fix various spelling, grammatical, and punctuation errors (#222)

This commit is contained in:
Nick Briggs
2021-01-13 23:08:35 -08:00
committed by GitHub
parent be9c0c30c4
commit ebc4a24d0b
46 changed files with 87 additions and 87 deletions

View File

@@ -311,7 +311,7 @@ LispPTR make_atom(const char *char_base, DLword offset, DLword length, short int
/* This point corresponds with LP in Lisp source */
/* following for loop never exits until it finds new hash enty or same atom */
/* following for loop never exits until it finds new hash entry or same atom */
for (reprobe = Atom_reprobe(hash, first_char); (hash_entry = GETWORD(AtomHT + hash)) != 0;
hash = ((hash + reprobe) & 0xffff)) {
atom_index = hash_entry - 1;