Fix typo in comment, as noted by Weiping He.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 14 Jul 2003 20:34:18 +0000 (20:34 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 14 Jul 2003 20:34:18 +0000 (20:34 +0000)
src/include/utils/array.h

index 93fbd1ad66e3e9fc552e12f7dfca8d6e156bb132..104761fa7ce7287a593ea42abd491f1409a8689d 100644 (file)
@@ -81,7 +81,7 @@ typedef struct ArrayMetaState
  * ARR_LBOUND returns a pointer to an array of array lower bounds.
  *
  * That is: if the third axis of an array has elements 5 through 10, then
- * ARR_DIMS(a)[2] == 6 and ARR_LBOUND[2] == 5.
+ * ARR_DIMS(a)[2] == 6 and ARR_LBOUND(a)[2] == 5.
  *
  * Unlike C, the default lower bound is 1.
  */