projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13168ae
)
Fix typo.
author
Heikki Linnakangas
<
[email protected]
>
Sat, 8 Oct 2011 08:04:07 +0000
(11:04 +0300)
committer
Heikki Linnakangas
<
[email protected]
>
Sat, 8 Oct 2011 08:04:07 +0000
(11:04 +0300)
src/include/storage/barrier.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/storage/barrier.h
b/src/include/storage/barrier.h
index b5cc60735e049583f48b77a08a5b339601eefdb1..8d5df8077b6f6094aa597f5058dd969b5c4a3810 100644
(file)
--- 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 reorde
re
d with other loads, or stores to be
* reordered with other stores, but a load can be performed before a subsequent
* store.
*