diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-12-17 21:08:24 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-12-17 21:08:24 +0000 |
commit | ea771743c80ca9c84ee4428e66f861ae8344061b (patch) | |
tree | 2052fc8ad7898cff8f1f70710375f61494e9bca7 /src | |
parent | 8d26730a9a958aacdee66d52c3a9d5d4708d30f4 (diff) | |
download | postgresql-ea771743c80ca9c84ee4428e66f861ae8344061b.tar.gz postgresql-ea771743c80ca9c84ee4428e66f861ae8344061b.zip |
Fix typo.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/storage/s_lock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/storage/s_lock.h b/src/include/storage/s_lock.h index c83e5c28e8a..37d4e1253d4 100644 --- a/src/include/storage/s_lock.h +++ b/src/include/storage/s_lock.h @@ -66,7 +66,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.144 2005/12/17 20:39:16 momjian Exp $ + * $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.145 2005/12/17 21:08:24 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -728,7 +728,7 @@ typedef unsigned long slock_t; #endif /* __sgi */ -#if defined(sinix) /* Sinux */ +#if defined(sinix) /* Sinix */ /* * SINIX / Reliant UNIX * slock_t is defined as a struct abilock_t, which has a single unsigned long |