mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Fix various typos and grammar errors in comments.
Author: Dmitriy Olshevskiy Discussion: 553D00A6.4090205@bk.ru
This commit is contained in:
@@ -356,8 +356,8 @@ tas(volatile slock_t *lock)
|
||||
/*
|
||||
* Solaris has always run sparc processors in TSO (total store) mode, but
|
||||
* linux didn't use to and the *BSDs still don't. So, be careful about
|
||||
* acquire/release semantics. The CPU will treat superflous membars as NOPs,
|
||||
* so it's just code space.
|
||||
* acquire/release semantics. The CPU will treat superfluous membars as
|
||||
* NOPs, so it's just code space.
|
||||
*/
|
||||
#define HAS_TEST_AND_SET
|
||||
|
||||
|
Reference in New Issue
Block a user