summaryrefslogtreecommitdiff
path: root/src/include/storage/s_lock.h
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2015-10-08 12:24:51 -0400
committerRobert Haas <rhaas@postgresql.org>2015-10-08 12:27:54 -0400
commitfd5eaad71529d508a1b1e411b3dc16e0b2d33da5 (patch)
tree0506f433ce8632cdf8e636a41dd6ab9c4d256b23 /src/include/storage/s_lock.h
parentb6363772fd5f07dcfff2b4869765705ac9633950 (diff)
downloadpostgresql-fd5eaad71529d508a1b1e411b3dc16e0b2d33da5.tar.gz
Correct pg_indent to pgindent in various comments.
David Christensen
Diffstat (limited to 'src/include/storage/s_lock.h')
-rw-r--r--src/include/storage/s_lock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/s_lock.h b/src/include/storage/s_lock.h
index 3c4fec1b7d..83f28b9d5e 100644
--- a/src/include/storage/s_lock.h
+++ b/src/include/storage/s_lock.h
@@ -716,7 +716,7 @@ typedef unsigned char slock_t;
asm int
tas(volatile slock_t *s_lock)
{
-/* UNIVEL wants %mem in column 1, so we don't pg_indent this file */
+/* UNIVEL wants %mem in column 1, so we don't pgindent this file */
%mem s_lock
pushl %ebx
movl s_lock, %ebx