diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/access/xact.h | 2 | ||||
-rw-r--r-- | src/include/c.h | 2 | ||||
-rw-r--r-- | src/include/storage/s_lock.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/include/access/xact.h b/src/include/access/xact.h index 9c2420265ce..9b5d9d70ddf 100644 --- a/src/include/access/xact.h +++ b/src/include/access/xact.h @@ -60,7 +60,7 @@ typedef enum SYNCHRONOUS_COMMIT_REMOTE_FLUSH /* wait for local and remote flush */ } SyncCommitLevel; -/* Define the default setting for synchonous_commit */ +/* Define the default setting for synchronous_commit */ #define SYNCHRONOUS_COMMIT_ON SYNCHRONOUS_COMMIT_REMOTE_FLUSH /* Synchronous commit level */ diff --git a/src/include/c.h b/src/include/c.h index df22d50d4e4..2b5d84e53f1 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -890,7 +890,7 @@ typedef NameData *Name; /* gettext domain name mangling */ /* - * To better support parallel installations of major PostgeSQL + * To better support parallel installations of major PostgreSQL * versions as well as parallel installations of major library soname * versions, we mangle the gettext domain name by appending those * version numbers. The coding rule ought to be that whereever the diff --git a/src/include/storage/s_lock.h b/src/include/storage/s_lock.h index 44587b36cf3..93d33ebe2ac 100644 --- a/src/include/storage/s_lock.h +++ b/src/include/storage/s_lock.h @@ -927,7 +927,7 @@ typedef LONG slock_t; #define SPIN_DELAY() spin_delay() /* If using Visual C++ on Win64, inline assembly is unavailable. - * Use a _mm_pause instrinsic instead of rep nop. + * Use a _mm_pause intrinsic instead of rep nop. */ #if defined(_WIN64) static __forceinline void |