From 4e223bc3c7ff04cd80500aea3af78ff29bca774d Mon Sep 17 00:00:00 2001 From: Nitin Sharma <32377892+foo290@users.noreply.github.com> Date: Thu, 12 Aug 2021 23:48:21 +0530 Subject: [PATCH] Update others/lru_cache.cpp Co-authored-by: David Leal --- others/lru_cache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/others/lru_cache.cpp b/others/lru_cache.cpp index 030959a00..d1b84cac3 100644 --- a/others/lru_cache.cpp +++ b/others/lru_cache.cpp @@ -17,7 +17,7 @@ * * In such an implementation, every time a cache-line is used, the age of * all other cache-lines changes * - * ### Algorithm explanation: + * ### Algorithm explanation * For a cache of page frame x: * * Check if the page is present in cache. * * If not present, then check is the cache is full or not: