Skip to content

Commit 98b4da5

Browse files
committed
fix typo
1 parent 1c5a2cb commit 98b4da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/ibatis/cache/decorators/LruCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import org.apache.ibatis.cache.Cache;
2323

2424
/**
25-
* Lru (first in, first out) cache decorator
25+
* Lru (least recently used) cache decorator
2626
*
2727
* @author Clinton Begin
2828
*/

0 commit comments

Comments
 (0)