Skip to content

Commit

Permalink
channeld: comment typo fix
Browse files Browse the repository at this point in the history
ChangeLog-None
  • Loading branch information
ddustin authored and vincenzopalazzo committed Oct 15, 2023
1 parent e936eea commit e938999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion channeld/channeld.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ struct peer {
enum side stfu_initiator;
/* Has stfu been sent by each side? */
bool stfu_sent[NUM_SIDES];
/* After STFU mode is enabled, wait for a signle message flag */
/* After STFU mode is enabled, wait for a single message flag */
bool stfu_wait_single_msg;
/* Updates master asked, which we've deferred while quiescing */
struct msg_queue *update_queue;
Expand Down

0 comments on commit e938999

Please sign in to comment.