Skip to content

Commit ea77174

Browse files
committed
Fix typo.
1 parent 8d26730 commit ea77174

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/storage/s_lock.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
6767
* Portions Copyright (c) 1994, Regents of the University of California
6868
*
69-
* $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.144 2005/12/17 20:39:16 momjian Exp $
69+
* $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.145 2005/12/17 21:08:24 momjian Exp $
7070
*
7171
*-------------------------------------------------------------------------
7272
*/
@@ -728,7 +728,7 @@ typedef unsigned long slock_t;
728728
#endif /* __sgi */
729729

730730

731-
#if defined(sinix) /* Sinux */
731+
#if defined(sinix) /* Sinix */
732732
/*
733733
* SINIX / Reliant UNIX
734734
* slock_t is defined as a struct abilock_t, which has a single unsigned long

0 commit comments

Comments
 (0)