diff options
author | Alvaro Herrera | 2015-01-22 15:26:51 +0000 |
---|---|---|
committer | Alvaro Herrera | 2015-01-22 15:26:51 +0000 |
commit | 813ffc0ef9f3c19dc01de19b1a718f2dda495f4f (patch) | |
tree | 7803fd9f468260066f1b311c9b500cf95d250d6a | |
parent | 1be4eb1b2d436d1375899c74e4c74486890d8777 (diff) |
reinit.h: Fix typo in identification comment
Author: Sawada Masahiko
-rw-r--r-- | src/include/storage/reinit.h | 2 |
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 * *------------------------------------------------------------------------- */ |