From 102cc31ea3e7da13194b1c17bd41cc5d67cc2902 Mon Sep 17 00:00:00 2001
From: unknown <sergefp@mysql.com>
Date: Tue, 21 Nov 2006 21:52:39 +0300
Subject: [PATCH] Fix typo in comment

---
 sql/filesort.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sql/filesort.cc b/sql/filesort.cc
index 12b17846fe4..6156d364b2b 100644
--- a/sql/filesort.cc
+++ b/sql/filesort.cc
@@ -974,7 +974,7 @@ uint read_to_buffer(IO_CACHE *fromfile, BUFFPEK *buffpek,
     Put all room used by freed buffer to use in adjacent buffer.  Note, that
     we can't simply distribute memory evenly between all buffers, because
     new areas must not overlap with old ones.
-  SYNOPSYS
+  SYNOPSIS
     reuse_freed_buff()
     queue      IN  list of non-empty buffers, without freed buffer
     reuse      IN  empty buffer
-- 
2.30.9