aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-01-29 18:56:35 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2012-01-29 18:56:35 -0500
commitdd243b3e40c24cd7c6b0db80bb39061f8f85af7b (patch)
treeb37efbc82f3c48d0df60cbaa3276327fd0cc1d13 /src
parent21a39de5809cd3050a37d2554323cc1d0cbeed9d (diff)
downloadpostgresql-dd243b3e40c24cd7c6b0db80bb39061f8f85af7b.tar.gz
postgresql-dd243b3e40c24cd7c6b0db80bb39061f8f85af7b.zip
Fix typo in comment.
Peter Geoghegan
Diffstat (limited to 'src')
-rw-r--r--src/include/storage/proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h
index b68ae39268e..9a6696a4ef0 100644
--- a/src/include/storage/proc.h
+++ b/src/include/storage/proc.h
@@ -148,7 +148,7 @@ extern PGDLLIMPORT PGPROC *MyProc;
extern PGDLLIMPORT struct PGXACT *MyPgXact;
/*
- * Prior to PostgreSQL 9.2, the fieds below were stored as part of the
+ * Prior to PostgreSQL 9.2, the fields below were stored as part of the
* PGPROC. However, benchmarking revealed that packing these particular
* members into a separate array as tightly as possible sped up GetSnapshotData
* considerably on systems with many CPU cores, by reducing the number of