Skip to content

Commit 0b817a0

Browse files
committed
typo
1 parent 2f3d321 commit 0b817a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/store/FsDirectoryFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ static boolean useDelegate(String name, IOContext ioContext) {
254254
* three tmp files are created, fdm (metadata), fdx (index) and
255255
* fdt (contains stored field data). The first two files are small and
256256
* mmap-ing that should still be ok even is memory is scarce.
257-
* The fdt file is larg and tends to cause more page faults when memory is scarce.
257+
* The fdt file is large and tends to cause more page faults when memory is scarce.
258258
*
259259
* @param name The name of the file in Lucene index
260260
* @param extension The extension of the in Lucene index

0 commit comments

Comments
 (0)