diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2011-10-08 11:04:07 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2011-10-08 11:04:07 +0300 |
commit | 041dceb2590081c397daeda84ff28ffc71a51fb0 (patch) | |
tree | d8ebe8f1e1d73f01804d81092fc8c65d0495ed37 | |
parent | 13168ae4ebb6eac6f668a4a157e7fe3ffae22d85 (diff) | |
download | postgresql-041dceb2590081c397daeda84ff28ffc71a51fb0.tar.gz postgresql-041dceb2590081c397daeda84ff28ffc71a51fb0.zip |
Fix typo.
-rw-r--r-- | src/include/storage/barrier.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. * |