From: Otto Moerbeek Date: Tue, 4 Jan 2022 08:54:34 +0000 (+0100) Subject: Better wording in comment X-Git-Tag: auth-4.7.0-alpha1~90^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b1410a004115368b596f072c5518f0e25fe30fd;p=thirdparty%2Fpdns.git Better wording in comment Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/syncres.cc b/pdns/syncres.cc index a92c9c6d0c..bddb41f429 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -108,7 +108,7 @@ int SyncRes::s_event_trace_enabled; // Not using boost::format since it is not thread safe while calling // into locale handling code according to tsan. // This allocates a string, but that's nothing compared to what -// boost::format is doing and maybe even gets optimized away anyway. +// boost::format is doing and may even be optimized away anyway. static inline std::string fmtfloat(const char* fmt, double f) { char buf[20];