summaryrefslogtreecommitdiff
path: root/src/sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sort.c')
-rw-r--r--src/sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sort.c b/src/sort.c
index f38ded9c2..3cc1874cf 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -894,7 +894,7 @@ create_temp_file (int *pfd, bool survive_fd_exhaustion)
Note this option was seen to shorten the runtime for sort
on a multicore system with lots of RAM and other processes
competing for CPU. It could be argued that more explicit
- scheduling hints with `nice` et. al. are more appropriate
+ scheduling hints with 'nice' et. al. are more appropriate
for this situation.
POSIX_FADV_NOREUSE is a possibility as it could lower