From c6eb5740b3c352fb10bf61bb4465332ae6b28ab1 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Tue, 1 Feb 2011 19:07:42 -0500 Subject: Fix assorted typos --- src/backend/access/transam/clog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/access/transam/clog.c') 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) -- cgit v1.2.3