]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Better wording in comment
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 4 Jan 2022 08:54:34 +0000 (09:54 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Jan 2022 08:54:34 +0000 (09:54 +0100)
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/syncres.cc

index a92c9c6d0c7623f9487e87d03dce3a18f4adbf0c..bddb41f429e9b3057df6b8d981d7e6e413b40a2c 100644 (file)
@@ -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];