File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ static bool ProcessBarrierPlaceholder(void);
105
105
106
106
/*
107
107
* ProcSignalShmemSize
108
- * Compute space needed for procsignal 's shared memory
108
+ * Compute space needed for ProcSignal 's shared memory
109
109
*/
110
110
Size
111
111
ProcSignalShmemSize (void )
@@ -119,7 +119,7 @@ ProcSignalShmemSize(void)
119
119
120
120
/*
121
121
* ProcSignalShmemInit
122
- * Allocate and initialize procsignal 's shared memory
122
+ * Allocate and initialize ProcSignal 's shared memory
123
123
*/
124
124
void
125
125
ProcSignalShmemInit (void )
@@ -152,7 +152,7 @@ ProcSignalShmemInit(void)
152
152
153
153
/*
154
154
* ProcSignalInit
155
- * Register the current process in the procsignal array
155
+ * Register the current process in the ProcSignal array
156
156
*
157
157
* The passed index should be my BackendId if the process has one,
158
158
* or MaxBackends + aux process type if not.
You can’t perform that action at this time.
0 commit comments