|
11 | 11 | * |
12 | 12 | * |
13 | 13 | * IDENTIFICATION |
14 | | - * $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.80 2006/05/06 02:24:39 momjian Exp $ |
| 14 | + * $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.81 2006/05/11 23:27:35 momjian Exp $ |
15 | 15 | * |
16 | 16 | * NOTES |
17 | 17 | * [ Most of these notes are wrong/obsolete, but perhaps not all ] |
@@ -681,7 +681,7 @@ static unsigned long |
681 | 681 | pq_threadidcallback(void) |
682 | 682 | { |
683 | 683 | /* |
684 | | - * This is notstarndard-compliant. pthread_self() returns pthread_t, and |
| 684 | + * This is notstandards-compliant. pthread_self() returns pthread_t, and |
685 | 685 | * shouldn't be cast to unsigned long, but CRYPTO_set_id_callback requires |
686 | 686 | * it, so we have to do it. |
687 | 687 | */ |
|