Skip to content

Commit

Permalink
Merge pull request planqi#20 from kainjow/patch-1
Browse files Browse the repository at this point in the history
Fix wrong namespace name in comment
  • Loading branch information
lamerman authored May 23, 2017
2 parents 9e71725 + 24ba9a3 commit de1c4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/lrucache.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class lru_cache {
size_t _max_size;
};

} // namespace lru
} // namespace cache

#endif /* _LRUCACHE_HPP_INCLUDED_ */

0 comments on commit de1c4a0

Please sign in to comment.