Minor whitespace/comment spelling fixes.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2018-01-29 14:35:01 +10:30
parent acc6afc8de
commit 6daa770b0e
2 changed files with 1 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ struct reaching {
/* How many times have we attempted to connect? */ /* How many times have we attempted to connect? */
u32 attempts; u32 attempts;
/* How many timest to attempt */ /* How many times to attempt */
u32 max_attempts; u32 max_attempts;
/* Timestamp of the first attempt */ /* Timestamp of the first attempt */

View File

@@ -639,8 +639,6 @@ void peer_connection_failed(struct lightningd *ld, const u8 *msg)
} }
} }
void peer_sent_nongossip(struct lightningd *ld, void peer_sent_nongossip(struct lightningd *ld,
const struct pubkey *id, const struct pubkey *id,
const struct wireaddr *addr, const struct wireaddr *addr,