Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ce84b24

Browse files
committed
Fix typo in comment.
1 parent ab1ad7a commit ce84b24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/libpq/fe-secure.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
*
1313
* 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 $
1515
*
1616
* NOTES
1717
* [ Most of these notes are wrong/obsolete, but perhaps not all ]
@@ -681,7 +681,7 @@ static unsigned long
681681
pq_threadidcallback(void)
682682
{
683683
/*
684-
* This is not starndard-compliant. pthread_self() returns pthread_t, and
684+
* This is not standards-compliant. pthread_self() returns pthread_t, and
685685
* shouldn't be cast to unsigned long, but CRYPTO_set_id_callback requires
686686
* it, so we have to do it.
687687
*/

0 commit comments

Comments
 (0)