We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13168ae commit 041dcebCopy full SHA for 041dceb
src/include/storage/barrier.h
@@ -65,7 +65,7 @@ extern slock_t dummy_spinlock;
65
#if defined(__i386__)
66
67
/*
68
- * 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
69
* reordered with other stores, but a load can be performed before a subsequent
70
* store.
71
*
0 commit comments