summaryrefslogtreecommitdiff
path: root/src/include/utils
diff options
context:
space:
mode:
authorHeikki Linnakangas2015-05-20 16:44:46 +0000
committerHeikki Linnakangas2015-05-20 16:45:43 +0000
commitfa60fb63e511e7bbcf57ce972338711593a5e7c9 (patch)
treeb6dc30e0a552d635e1e7bc8ea4d7e5d8b916ae91 /src/include/utils
parent4fc72cc7bb9d2105261b8ee45558af50d788cd19 (diff)
Fix more typos in comments.
Patch by CharSyam, plus a few more I spotted with grep.
Diffstat (limited to 'src/include/utils')
-rw-r--r--src/include/utils/rel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/rel.h b/src/include/utils/rel.h
index fd40366bcda..8a55a090b61 100644
--- a/src/include/utils/rel.h
+++ b/src/include/utils/rel.h
@@ -89,7 +89,7 @@ typedef struct RelationData
* survived into, or zero if not changed in the current transaction (or we
* have forgotten changing it). rd_newRelfilenodeSubid can be forgotten
* when a relation has multiple new relfilenodes within a single
- * transaction, with one of them occuring in a subsequently aborted
+ * transaction, with one of them occurring in a subsequently aborted
* subtransaction, e.g. BEGIN; TRUNCATE t; SAVEPOINT save; TRUNCATE t;
* ROLLBACK TO save; -- rd_newRelfilenode is now forgotten
*/