Skip to content

Commit bc56cf8

Browse files
committed
fixing typos
1 parent 0764844 commit bc56cf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/main/java/org/elasticsearch/indices/IndicesQueryCache.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ private long getShareOfAdditionalRamBytesUsed(long itemsInCacheForShard) {
9595
}
9696

9797
/*
98-
* We have some shared ram usage that we try to distribute proportionally to the number of segment-requestss in the cache cache for
99-
* each shard.
98+
* We have some shared ram usage that we try to distribute proportionally to the number of segment-requests in the cache for each
99+
* shard.
100100
*/
101101
// TODO avoid looping over all local shards here - see https://github.com/elastic/elasticsearch/issues/97222
102102
long totalItemsInCache = 0L;

0 commit comments

Comments
 (0)