summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera2015-01-22 15:26:51 +0000
committerAlvaro Herrera2015-01-22 15:26:51 +0000
commit813ffc0ef9f3c19dc01de19b1a718f2dda495f4f (patch)
tree7803fd9f468260066f1b311c9b500cf95d250d6a
parent1be4eb1b2d436d1375899c74e4c74486890d8777 (diff)
reinit.h: Fix typo in identification comment
Author: Sawada Masahiko
-rw-r--r--src/include/storage/reinit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/reinit.h b/src/include/storage/reinit.h
index a0e9539669..2231ccac24 100644
--- a/src/include/storage/reinit.h
+++ b/src/include/storage/reinit.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * src/include/storage/fd.h
+ * src/include/storage/reinit.h
*
*-------------------------------------------------------------------------
*/