aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-04-27 13:56:55 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-04-27 13:56:55 +0200
commitb326eda7328e95200f7d70efde35ce51a14bab3d (patch)
tree0e31bedf33646d9fa805c5d08e2707544cecbdb1
parent416fc186b0c5d56e176cd2c2a263cf08a94f47f9 (diff)
downloadnx-libs-b326eda7328e95200f7d70efde35ce51a14bab3d.tar.gz
nx-libs-b326eda7328e95200f7d70efde35ce51a14bab3d.tar.bz2
nx-libs-b326eda7328e95200f7d70efde35ce51a14bab3d.zip
nxcomp: Rephrase comment in previous commit.
-rw-r--r--nxcomp/ServerChannel.cpp6
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.