diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-04-27 13:56:55 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-04-27 13:56:55 +0200 |
commit | b326eda7328e95200f7d70efde35ce51a14bab3d (patch) | |
tree | 0e31bedf33646d9fa805c5d08e2707544cecbdb1 /nxcomp | |
parent | 416fc186b0c5d56e176cd2c2a263cf08a94f47f9 (diff) | |
download | nx-libs-b326eda7328e95200f7d70efde35ce51a14bab3d.tar.gz nx-libs-b326eda7328e95200f7d70efde35ce51a14bab3d.tar.bz2 nx-libs-b326eda7328e95200f7d70efde35ce51a14bab3d.zip |
nxcomp: Rephrase comment in previous commit.
Diffstat (limited to 'nxcomp')
-rw-r--r-- | nxcomp/ServerChannel.cpp | 6 |
1 files 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. |