From b326eda7328e95200f7d70efde35ce51a14bab3d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 27 Apr 2016 13:56:55 +0200 Subject: nxcomp: Rephrase comment in previous commit. --- nxcomp/ServerChannel.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nxcomp/ServerChannel.cpp b/nxcomp/ServerChannel.cpp index ee39903a7..ed2f472c7 100644 --- a/nxcomp/ServerChannel.cpp +++ b/nxcomp/ServerChannel.cpp @@ -4375,9 +4375,9 @@ int ServerChannel::handleWrite(const unsigned char *message, unsigned int length // // TODO: at the moment the variable hit was being set - // but no used, so to avoid the corresponding warning - // it has been added this block with a logging command. - // This code will be probably optimized away when none + // but not used, so to avoid the corresponding warning + // this logging block has been added. + // This code will probably be optimized away when none // of the defines is set, but if there is no additional // use for the hit variable in the future, then maybe // it could be removed completely. -- cgit v1.2.3