diff options
-rw-r--r-- | P3/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/P3/server.c b/P3/server.c index 7c863f2..a57d616 100644 --- a/P3/server.c +++ b/P3/server.c @@ -252,7 +252,7 @@ int main(int argc, char **argv) { } /* -- END ERROR CHECKING -- */ - // Change SIGINT action for grace termination + // Change SIGINT action for graceful termination struct sigaction act; act.sa_handler = eggs; act.sa_flags = 0; |