Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bb1f8f9

Browse files
committed
Fix typos in comments
Author: Daniel Gustafsson <daniel@yesql.se>
1 parent e42645a commit bb1f8f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/backend/access/transam/xlogfuncs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ pg_stop_backup(PG_FUNCTION_ARGS)
175175
* The first parameter (variable 'exclusive') allows the user to tell us if
176176
* this is an exclusive or a non-exclusive backup.
177177
*
178-
* The second paramter (variable 'waitforarchive'), which is optional,
178+
* The second parameter (variable 'waitforarchive'), which is optional,
179179
* allows the user to choose if they want to wait for the WAL to be archived
180180
* or if we should just return as soon as the WAL record is written.
181181
*

src/include/lib/simplehash.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ SH_STAT(SH_TYPE * tb)
902902
#endif /* SH_DEFINE */
903903

904904

905-
/* undefine external paramters, so next hash table can be defined */
905+
/* undefine external parameters, so next hash table can be defined */
906906
#undef SH_PREFIX
907907
#undef SH_KEY_TYPE
908908
#undef SH_KEY

src/include/nodes/execnodes.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ typedef struct TupleHashEntryData
569569
uint32 hash; /* hash value (cached) */
570570
} TupleHashEntryData;
571571

572-
/* define paramters necessary to generate the tuple hash table interface */
572+
/* define parameters necessary to generate the tuple hash table interface */
573573
#define SH_PREFIX tuplehash
574574
#define SH_ELEMENT_TYPE TupleHashEntryData
575575
#define SH_KEY_TYPE MinimalTuple

0 commit comments

Comments
 (0)