From: Tom Lane Date: Sun, 29 Jan 2012 23:56:35 +0000 (-0500) Subject: Fix typo in comment. X-Git-Tag: REL9_2_BETA1~507 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd243b3e40c24cd7c6b0db80bb39061f8f85af7b;p=postgresql Fix typo in comment. Peter Geoghegan --- diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h index b68ae39268..9a6696a4ef 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