From: bdemsky Date: Mon, 18 Aug 2008 20:31:03 +0000 (+0000) Subject: typos in #ifdef'd code section X-Git-Tag: buildscript^4~14 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b64280e4bf3a1f854d4805b0da615713df72b4bb;p=IRC.git typos in #ifdef'd code section --- diff --git a/Robust/src/Runtime/DSTM/interface/sockpool.c b/Robust/src/Runtime/DSTM/interface/sockpool.c index f5fe25d3..ad79c1cc 100644 --- a/Robust/src/Runtime/DSTM/interface/sockpool.c +++ b/Robust/src/Runtime/DSTM/interface/sockpool.c @@ -228,9 +228,9 @@ void freeSockWithLock(sockPoolHashTable_t *sockhash, unsigned int mid, int sd) { } #if 0 -/ ***************************************/ -* Array Implementation for socket resuse -* ***************************************/ +/*************************************** + * Array Implementation for socket reuse + ****************************************/ int num_machines;