bneradt commented on code in PR #9514:
URL: https://github.com/apache/trafficserver/pull/9514#discussion_r1142722129


##########
include/records/I_RecHttp.h:
##########
@@ -33,11 +34,12 @@
 #include <algorithm>
 #include <array>
 
-/// Load default inbound IP addresses from the configuration file.
-void RecHttpLoadIp(const char *name, ///< Name of value in configuration file.
-                   IpAddr &ip4,      ///< [out] IPv4 address.
-                   IpAddr &ip6       ///< [out] Ipv6 address.
-);
+/** Load IP addresses from a configuratiojn value.

Review Comment:
   `configuratiojn` ... looks Swedish



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to