aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/common/jsonapi.h2
-rw-r--r--src/include/jit/llvmjit_emit.h2
-rw-r--r--src/include/partitioning/partdesc.h2
-rw-r--r--src/include/utils/jsonfuncs.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/include/common/jsonapi.h b/src/include/common/jsonapi.h
index bcfd57cc53c..1fee0ea81e4 100644
--- a/src/include/common/jsonapi.h
+++ b/src/include/common/jsonapi.h
@@ -6,7 +6,7 @@
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * src/include/utils/jsonapi.h
+ * src/include/common/jsonapi.h
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/jit/llvmjit_emit.h b/src/include/jit/llvmjit_emit.h
index 74607a43770..1a7d6db7259 100644
--- a/src/include/jit/llvmjit_emit.h
+++ b/src/include/jit/llvmjit_emit.h
@@ -4,7 +4,7 @@
*
* Copyright (c) 2018-2020, PostgreSQL Global Development Group
*
- * src/include/lib/llvmjit_emit.h
+ * src/include/jit/llvmjit_emit.h
*/
#ifndef LLVMJIT_EMIT_H
#define LLVMJIT_EMIT_H
diff --git a/src/include/partitioning/partdesc.h b/src/include/partitioning/partdesc.h
index fb416e073d0..70df764981e 100644
--- a/src/include/partitioning/partdesc.h
+++ b/src/include/partitioning/partdesc.h
@@ -4,7 +4,7 @@
*
* Copyright (c) 1996-2020, PostgreSQL Global Development Group
*
- * src/include/utils/partdesc.h
+ * src/include/partitioning/partdesc.h
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/jsonfuncs.h b/src/include/utils/jsonfuncs.h
index 1f1b4029cbf..4796b2b78bf 100644
--- a/src/include/utils/jsonfuncs.h
+++ b/src/include/utils/jsonfuncs.h
@@ -6,7 +6,7 @@
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * src/include/utils/jsonapi.h
+ * src/include/utils/jsonfuncs.h
*
*-------------------------------------------------------------------------
*/