|
10 | 10 | * Portions Copyright (c) 1994, Regents of the University of California |
11 | 11 | * |
12 | 12 | * IDENTIFICATION |
13 | | - * $PostgreSQL: pgsql/src/backend/port/sysv_shmem.c,v 1.48 2007/01/05 22:19:35 momjian Exp $ |
| 13 | + * $PostgreSQL: pgsql/src/backend/port/sysv_shmem.c,v 1.49 2007/02/06 16:20:23 tgl Exp $ |
14 | 14 | * |
15 | 15 | *------------------------------------------------------------------------- |
16 | 16 | */ |
@@ -203,7 +203,7 @@ PGSharedMemoryIsInUse(unsigned long id1, unsigned long id2) |
203 | 203 |
|
204 | 204 | /* |
205 | 205 | * We detect whether a shared memory segment is in use by seeing whether |
206 | | - * it (a) exists and (b) has any processesareattached to it. |
| 206 | + * it (a) exists and (b) has any processes attached to it. |
207 | 207 | */ |
208 | 208 | if (shmctl(shmId,IPC_STAT,&shmStat)<0) |
209 | 209 | { |
|