Skip to content

Commit 289eb47

Browse files
Replace offensive term (valkey-io#86)
Signed-off-by: Mikel Olasagasti Uranga <[email protected]>
1 parent 1950acd commit 289eb47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Top level makefile, the real shit is at src/Makefile
1+
# Top level makefile, the real magic is at src/Makefile
22

33
default: all
44

deps/linenoise/linenoise.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ static int isUnsupportedTerm(void) {
233233
return 0;
234234
}
235235

236-
/* Raw mode: 1960 magic shit. */
236+
/* Raw mode: 1960's magic. */
237237
static int enableRawMode(int fd) {
238238
struct termios raw;
239239

0 commit comments

Comments
 (0)