X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/aa6e77afb5ba7df42fcff06cac744b1f4a4105d2..aded22555eeb31bc032f9bc58a83762981a58391:/src/src/routers/iplookup.c diff --git a/src/src/routers/iplookup.c b/src/src/routers/iplookup.c index bc58a1f82..ff67af38d 100644 --- a/src/src/routers/iplookup.c +++ b/src/src/routers/iplookup.c @@ -404,7 +404,7 @@ addr->child_count++; new_addr->next = *addr_new; *addr_new = new_addr; -/* Set up the errors address, if any, and the additional and removeable headers +/* Set up the errors address, if any, and the additional and removable headers for this new address. */ rc = rf_get_errors_address(addr, rblock, verify, &new_addr->prop.errors_address);