diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2011-02-01 19:07:42 -0500 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2011-05-12 08:52:56 -0400 |
commit | c6eb5740b3c352fb10bf61bb4465332ae6b28ab1 (patch) | |
tree | f3f05f4835b650bcfcfe4b030c281aa23b918b86 /src/backend/access/transam/clog.c | |
parent | e05b866447899211a0c2df31bf0671faac4fc3e5 (diff) | |
download | postgresql-c6eb5740b3c352fb10bf61bb4465332ae6b28ab1.tar.gz postgresql-c6eb5740b3c352fb10bf61bb4465332ae6b28ab1.zip |
Fix assorted typos
Diffstat (limited to 'src/backend/access/transam/clog.c')
-rw-r--r-- | src/backend/access/transam/clog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/transam/clog.c b/src/backend/access/transam/clog.c index df0f15679fa..d3de8934eee 100644 --- a/src/backend/access/transam/clog.c +++ b/src/backend/access/transam/clog.c @@ -431,8 +431,8 @@ CLOGShmemInit(void) /* * This func must be called ONCE on system install. It creates * the initial CLOG segment. (The CLOG directory is assumed to - * have been created by the initdb shell script, and CLOGShmemInit - * must have been called already.) + * have been created by initdb, and CLOGShmemInit must have been + * called already.) */ void BootStrapCLOG(void) |