doc: Fix typo
authorPeter Eisentraut
Sat, 14 May 2016 01:24:13 +0000 (21:24 -0400)
committerPeter Eisentraut
Sat, 14 May 2016 01:25:58 +0000 (21:25 -0400)
From: Alexander Law 

doc/src/sgml/gin.sgml

index 9ffa8be7bc30ad90f0f5f1dc4ae542234dc8cc57..1ce2a54ee6fbbd388c6b8165816877d00264402a 100644 (file)
        extractQuery to pass additional data to the
        consistent and comparePartial methods.
        To use it, extractQuery must allocate
-       an array of *nkeys Pointers and store its address at
+       an array of *nkeys pointers and store its address at
        *extra_data, then store whatever it wants to into the
        individual pointers.  The variable is initialized to NULL before
        call, so this argument can simply be ignored by operator classes that