Spelling fixes

This commit is contained in:
chase
2018-05-26 11:50:47 -05:00
committed by Jon Trulson
parent 8d2fe2486c
commit 809c3d8bb6
146 changed files with 240 additions and 240 deletions

View File

@@ -1609,7 +1609,7 @@ sig_fault_handler()
/* We should have cleared this to prepare for a mem fault */
/* If not, then something has gone haywire */
static STRING msg = NULL;
msg = "MEMORY ACCESS VIOLATION OCCURED. ABORTING.\n";
msg = "MEMORY ACCESS VIOLATION OCCURRED. ABORTING.\n";
write(2, msg, strlen(msg));
abort();
}