Skip to content

Commit 041dceb

Browse files
committed
Fix typo.
1 parent 13168ae commit 041dceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/storage/barrier.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ extern slock_t dummy_spinlock;
6565
#if defined(__i386__)
6666

6767
/*
68-
* i386 does not allow loads to be reorded with other loads, or stores to be
68+
* i386 does not allow loads to be reordered with other loads, or stores to be
6969
* reordered with other stores, but a load can be performed before a subsequent
7070
* store.
7171
*

0 commit comments

Comments
 (0)