From 9b1410a004115368b596f072c5518f0e25fe30fd Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 4 Jan 2022 09:54:34 +0100 Subject: [PATCH] Better wording in comment Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- pdns/syncres.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.47.2