From 6a7dc4d3af04992ce1d3fdb2b4a0c34d08e5d392 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Tue, 24 Oct 2017 12:33:15 +1300 Subject: [PATCH] Fix comment typo --- xapian-core/common/io_utils.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xapian-core/common/io_utils.cc b/xapian-core/common/io_utils.cc index e788803c1..f039e2e5d 100644 --- a/xapian-core/common/io_utils.cc +++ b/xapian-core/common/io_utils.cc @@ -271,7 +271,7 @@ io_tmp_rename(const std::string & tmp_file, const std::string & real_file) // We retry on EXDEV a few times as some older Linux kernels are buggy and // fail with EXDEV when the two files are on the same device (as they // always ought to be when this function is used). Don't retry forever in - // case someone calls this with files one different devices. + // case someone calls this with files on different devices. // // We're not sure exactly which kernels are buggy in this way, but there's // discussion here: http://www.spinics.net/lists/linux-nfs/msg17306.html -- 2.11.4.GIT