From: Razvan Deaconescu Date: Sat, 21 May 2011 09:59:40 +0000 (+0300) Subject: raw: Fill swift_raw.c header comment. X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=c670c3c9fa5286e8ec26eb69e201d92ff00111e7;hp=094283b10f8dfe6f8e3b79657cf629e159a9036a;p=swifty.git raw: Fill swift_raw.c header comment. --- diff --git a/src/raw/swift_raw.c b/src/raw/swift_raw.c index 0bed1af..116e02f 100644 --- a/src/raw/swift_raw.c +++ b/src/raw/swift_raw.c @@ -1,5 +1,5 @@ /* - * swift implementation of syscall API> + * swift implementation of syscall API * * Simulates the classic socket syscalls (socket, bind, send, recv). * Implementation uses raw sockets (AF_INET, SOCK_RAW).