mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-02 23:01:25 +00:00
Fix various spelling, grammatical, and punctuation errors (#222)
This commit is contained in:
@@ -74,7 +74,7 @@ void checkfor_storagefull(register unsigned int npages) {
|
||||
case SFS_NOTSWITCHABLE:
|
||||
case SFS_FULLYSWITCHED:
|
||||
if (pagesleft < 0) {
|
||||
while (T) { error("MP9320:Storage completly full"); }
|
||||
while (T) { error("MP9320:Storage completely full"); }
|
||||
} else if ((pagesleft <= GUARD1STORAGEFULL) && (*STORAGEFULL_word != NIL)) {
|
||||
*STORAGEFULL_word = S_POSITIVE;
|
||||
error(
|
||||
|
||||
Reference in New Issue
Block a user