summaryrefslogtreecommitdiffstats
path: root/src/peer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/peer.h')
-rw-r--r--src/peer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peer.h b/src/peer.h
index 1aff6cf..b641bcb 100644
--- a/src/peer.h
+++ b/src/peer.h
@@ -72,7 +72,7 @@ struct fastd_peer {
fastd_protocol_key_t *key; /**< The peer's public key */
fastd_protocol_peer_state_t *protocol_state; /**< Protocol-specific peer state */
- char *ifname; /**< Peer-specific interface name */
+ char *ifname; /**< Peer-specific interface name */
/* Starting here, more dynamic fields follow: */