From fd5eaad71529d508a1b1e411b3dc16e0b2d33da5 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Thu, 8 Oct 2015 12:24:51 -0400 Subject: Correct pg_indent to pgindent in various comments. David Christensen --- src/include/storage/s_lock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/storage/s_lock.h') 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 -- cgit v1.2.1