From: Henrik Nordstrom Date: Sun, 26 Jul 2009 21:21:51 +0000 (+0200) Subject: Update comment to reflect code changed years ago X-Git-Tag: SQUID_3_2_0_1~838 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=02a2d80b00e74905bad86e301ccad7bde9261b92;p=thirdparty%2Fsquid.git Update comment to reflect code changed years ago --- diff --git a/src/store_client.cc b/src/store_client.cc index 6e3c3b3cf8..4b24ae651f 100644 --- a/src/store_client.cc +++ b/src/store_client.cc @@ -193,7 +193,7 @@ store_client::store_client(StoreEntry *e) : entry (e) if (getType() == STORE_DISK_CLIENT) /* assert we'll be able to get the data we want */ - /* maybe we should open swapin_fd here */ + /* maybe we should open swapin_sio here */ assert(entry->swap_filen > -1 || entry->swapOutAble()); #if STORE_CLIENT_LIST_DEBUG