projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6b5453
)
Fix typo in comment, as noted by Weiping He.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 14 Jul 2003 20:34:18 +0000
(20:34 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 14 Jul 2003 20:34:18 +0000
(20:34 +0000)
src/include/utils/array.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/utils/array.h
b/src/include/utils/array.h
index 93fbd1ad66e3e9fc552e12f7dfca8d6e156bb132..104761fa7ce7287a593ea42abd491f1409a8689d 100644
(file)
--- a/
src/include/utils/array.h
+++ b/
src/include/utils/array.h
@@
-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.
*/