Skip to content

Commit b800196

Browse files
committed
Fix typo in comment, as noted by Weiping He.
1 parent de98a7e commit b800196

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/utils/array.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
1111
* Portions Copyright (c) 1994, Regents of the University of California
1212
*
13-
* $Id: array.h,v 1.41 2003/06/27 00:33:26 tgl Exp $
13+
* $Id: array.h,v 1.42 2003/07/14 20:34:18 tgl Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
@@ -81,7 +81,7 @@ typedef struct ArrayMetaState
8181
* ARR_LBOUND returns a pointer to an array of array lower bounds.
8282
*
8383
* That is: if the third axis of an array has elements 5 through 10, then
84-
* ARR_DIMS(a)[2] == 6 and ARR_LBOUND[2] == 5.
84+
* ARR_DIMS(a)[2] == 6 and ARR_LBOUND(a)[2] == 5.
8585
*
8686
* Unlike C, the default lower bound is 1.
8787
*/

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy