From 31d250e049b4e3d51a635edaa2221c11815e40e7 Mon Sep 17 00:00:00 2001 From: Noah Misch Date: Sat, 8 Jun 2019 10:12:26 -0700 Subject: Update stale comments, and fix comment typos. --- src/include/storage/s_lock.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/storage/s_lock.h b/src/include/storage/s_lock.h index 75088f83632..a9a92de2470 100644 --- a/src/include/storage/s_lock.h +++ b/src/include/storage/s_lock.h @@ -383,7 +383,7 @@ tas(volatile slock_t *lock) register slock_t _res; /* - * See comment in /pg/backend/port/tas/solaris_sparc.s for why this + * See comment in src/backend/port/tas/sunstudio_sparc.s for why this * uses "ldstub", and that file uses "cas". gcc currently generates * sparcv7-targeted binaries, so "cas" use isn't possible. */ @@ -598,7 +598,6 @@ tas(volatile slock_t *lock) #if defined(__mips__) && !defined(__sgi) /* non-SGI MIPS */ -/* Note: on SGI we use the OS' mutex ABI, see below */ /* Note: R10000 processors require a separate SYNC */ #define HAS_TEST_AND_SET -- cgit v1.2.3