@@ -141,8 +141,8 @@ static MemoryContext changesStackContext = NULL;
141141 * save pointers to the rstats into list. Once transaction ended (commited or
142142 * aborted) we clear all the "active" hash_seq_search by calling hash_seq_term.
143143 *
144- * TopTransactionContext is handy here,becouse itwount be reset by the time
145- * pgvTransCallback is called.
144+ * TopTransactionContext is handy here,because itwould not be reset by the
145+ *time pgvTransCallback is called.
146146 */
147147static List * variables_stats = NIL ;
148148static List * packages_stats = NIL ;
@@ -191,8 +191,8 @@ HtabToStat_level_eq(HtabToStat *entry, void *value)
191191/*
192192 * Generic remove_if algorithm for HtabToStat.
193193 *
194- * + eq if function pointer used to compare listentry to the value.
195- * + if match_first is true return on first match.
194+ *'eq' - is a function pointer used to compare listentries to the' value' .
195+ *'match_first' - if true return on first match.
196196 */
197197static void
198198HtabToStat_remove_if (List * * l ,void * value ,
@@ -260,7 +260,7 @@ remove_variables_variable(List **l, Variable *variable)
260260}
261261
262262/*
263- * Remove all theentrys for package.
263+ * Remove all theentries for package.
264264 */
265265static void
266266remove_variables_package (List * * l ,Package * package )
@@ -269,7 +269,7 @@ remove_variables_package(List **l, Package *package)
269269}
270270
271271/*
272- * Remove all theentrys for level.
272+ * Remove all theentries for level.
273273 */
274274static void
275275remove_variables_level (List * * l ,int level )