1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

Formatting and typos.

This commit is contained in:
2021-08-15 16:05:31 +08:00
parent 79c3dfa4d9
commit 731ea754bb
2 changed files with 58 additions and 59 deletions

9
main.c
View File

@@ -1,9 +1,6 @@
/* main.c -- */
/*
* main.c
*
* µEMACS 4.2
/* µEMACS 4.2
*
* Based on:
*
@@ -438,7 +435,7 @@ static void dspram( void)
#endif
#endif
/* On some primitave operation systems, and when emacs is used as
/* On some primitive operation systems, and when emacs is used as
a subprogram to a larger project, emacs needs to de-alloc its
own used memory
*/
@@ -483,3 +480,5 @@ void cexit( int status) {
exit(status);
}
#endif
/* end of main.c */