1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-29 04:51:28 +00:00

Fix typos. (#157)

This commit is contained in:
Bruce Mitchener
2021-01-01 23:55:24 +07:00
committed by GitHub
parent b31ac48ed0
commit fc3908f19a
14 changed files with 25 additions and 25 deletions

View File

@@ -214,7 +214,7 @@ LispPTR unix_username(LispPTR *args) {
* and so did PowerBook Macintosh systems.
* "MACH" and "ARCH" both seem to be a mix of instruction set architecture and
* system types (rs/6000 used PowerPC).
* The only usage seems to be checking "ARCH" == "dos" and for the existance
* The only usage seems to be checking "ARCH" == "dos" and for the existence
* of *any* result from the call, which indicates it's an emulated system.
*/
LispPTR unix_getparm(LispPTR *args) {