]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Update comment to reflect code changed years ago
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Sun, 26 Jul 2009 21:21:51 +0000 (23:21 +0200)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Sun, 26 Jul 2009 21:21:51 +0000 (23:21 +0200)
src/store_client.cc

index 6e3c3b3cf88b04ad452f7019358a73a66dcce46b..4b24ae651f5c405d4904195fbcc5d8153a320a40 100644 (file)
@@ -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