diff --git a/include/lrucache.hpp b/include/lrucache.hpp index 93e2731f..9e5e2850 100644 --- a/include/lrucache.hpp +++ b/include/lrucache.hpp @@ -66,7 +66,7 @@ class lru_cache { size_t _max_size; }; -} // namespace lru +} // namespace cache #endif /* _LRUCACHE_HPP_INCLUDED_ */