summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accel-pppd/extra/ippool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/extra/ippool.c b/accel-pppd/extra/ippool.c
index 045e3bbf..e935bb4c 100644
--- a/accel-pppd/extra/ippool.c
+++ b/accel-pppd/extra/ippool.c
@@ -79,7 +79,7 @@ struct pool_set {
struct ip_lease {
struct ip_pool *pool; /* NULL once orphaned by a reload */
- struct ip_range *range; /*lease->range points to the struct ip_range that supplied this session’s allocated peer address, also NULL if orphaned */
+ struct ip_range *range; /* Range that supplied this lease's peer address; NULL if orphaned */
struct ipv4db_item_t it; /* ses->ipv4 = &it */
};