Replace offensive term (#86)

Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>
This commit is contained in:
Mikel Olasagasti Uranga 2024-03-30 14:23:50 +01:00 committed by GitHub
parent 1950acd1e2
commit 289eb47eb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Top level makefile, the real shit is at src/Makefile
# Top level makefile, the real magic is at src/Makefile
default: all

View File

@ -233,7 +233,7 @@ static int isUnsupportedTerm(void) {
return 0;
}
/* Raw mode: 1960 magic shit. */
/* Raw mode: 1960's magic. */
static int enableRawMode(int fd) {
struct termios raw;