From 5d4b60f2f25bedee257aaf6f2f4ac77028629b87 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Mon, 23 Apr 2012 22:43:09 -0400 Subject: Lots of doc corrections. Josh Kupershmidt --- src/backend/storage/file/reinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/storage/file/reinit.c') diff --git a/src/backend/storage/file/reinit.c b/src/backend/storage/file/reinit.c index 94c6cef78ae..1912dd8e7ae 100644 --- a/src/backend/storage/file/reinit.c +++ b/src/backend/storage/file/reinit.c @@ -345,7 +345,7 @@ ResetUnloggedRelationsInDbspaceDir(const char *dbspacedirname, int op) /* * Basic parsing of putative relation filenames. * - * This funtion returns true if the file appears to be in the correct format + * This function returns true if the file appears to be in the correct format * for a non-temporary relation and false otherwise. * * NB: If this function returns true, the caller is entitled to assume that -- cgit v1.2.3