From: Alex Rousskov Date: Wed, 13 Apr 2011 17:07:02 +0000 (-0600) Subject: Fixed comment typo. X-Git-Tag: take06~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36fc891df6d7fefe8df12cf2d942abf25909a2b0;p=thirdparty%2Fsquid.git Fixed comment typo. --- diff --git a/src/fs/rock/RockDirMap.h b/src/fs/rock/RockDirMap.h index 0b642418bc..9ca865316e 100644 --- a/src/fs/rock/RockDirMap.h +++ b/src/fs/rock/RockDirMap.h @@ -38,7 +38,7 @@ private: // resulting in sfilenos that are pointing beyond the database. /* - * Rock::DirMap does not implement Icp::StoreMapCleaner API because we want + * Rock::DirMap does not implement Ipc::StoreMapCleaner API because we want * to avoid extra I/O necessary to mark the disk slot empty. We may create some * stale responses if Squid quits, but should save a lot of I/O in the common * cases. TODO: Consider cleaning on-disk slots on exit; always scheduling