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

Commit e98fd78

Browse files
committed
Fix typo in comment.
Michael Paquier
1 parent e0e7b8f commit e98fd78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/slot.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ CreateSlotOnDisk(ReplicationSlot *slot)
984984
/*
985985
* If we'd now fail - really unlikely - we wouldn't know whether this slot
986986
* would persist after an OS crash or not - so, force a restart. The
987-
* restart would try to fysnc this again till it works.
987+
* restart would try to fsync this again till it works.
988988
*/
989989
START_CRIT_SECTION();
990990

0 commit comments

Comments
 (0)