Skip to content

Commit e10ab11

Browse files
authored
Update panic6.c
1 parent 857418e commit e10ab11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panic6.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ int main(int argc, char *argv[])
9797
perror( "mnl_socket_send" );
9898
exit(EXIT_FAILURE);
9999
}
100-
puts("[*] You are still alive?");
100+
puts("[*] Are you still alive?");
101101

102102
}
103103

0 commit comments

Comments
 (0)