Comment fix in session.h

Antonin Houska <[email protected]> Mon, 13 Jan 2020 08:22:13 +0100
Newsgroups gmane.comp.db.postgresql.devel.general
Message-ID <2246.1578900133@antos>
This diff fixes what I consider a typo.

-- 
Antonin Houska
Web: https://www.cybertec-postgresql.com
session_typo.patch (text/x-diff, 557 B)
diff --git a/src/include/access/session.h b/src/include/access/session.h
index ac552105b9..4c1f6ffd40 100644
--- a/src/include/access/session.h
+++ b/src/include/access/session.h
@@ -19,7 +19,7 @@ struct SharedRecordTypmodRegistry;
 
 /*
  * A struct encapsulating some elements of a user's session.  For now this
- * manages state that applies to parallel query, but it principle it could
+ * manages state that applies to parallel query, but in principle it could
  * include other things that are currently global variables.
  */
 typedef struct Session