From 041dceb2590081c397daeda84ff28ffc71a51fb0 Mon Sep 17 00:00:00 2001
From: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: Sat, 8 Oct 2011 11:04:07 +0300
Subject: [PATCH] Fix typo.

---
 src/include/storage/barrier.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/storage/barrier.h b/src/include/storage/barrier.h
index b5cc60735e0..8d5df8077b6 100644
--- a/src/include/storage/barrier.h
+++ b/src/include/storage/barrier.h
@@ -65,7 +65,7 @@ extern slock_t	dummy_spinlock;
 #if defined(__i386__)
 
 /*
- * i386 does not allow loads to be reorded with other loads, or stores to be
+ * i386 does not allow loads to be reordered with other loads, or stores to be
  * reordered with other stores, but a load can be performed before a subsequent
  * store.
  *
-- 
GitLab