From 684e12b81ac8de997458874a724d1771c4b1b859 Mon Sep 17 00:00:00 2001 From: arno01 Date: Thu, 7 Mar 2013 23:56:08 +0100 Subject: [PATCH] minor correction --- exam1/shell_bind_tcp.nasm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exam1/shell_bind_tcp.nasm b/exam1/shell_bind_tcp.nasm index a3c1229..60ad88f 100644 --- a/exam1/shell_bind_tcp.nasm +++ b/exam1/shell_bind_tcp.nasm @@ -273,7 +273,7 @@ _start: ; ; =============================== EXIT(0) ===================================== ; - ; As long as 'man 2 exit' tells us + ; As long as 'man 2 execve' tells us ; execve() does not return on success, and the text, data, bss, and stack of ; the calling process are overwritten by that of the program loaded. ; We can keep it *COMMENTED*.