From 6643431df5c221a5679e041cb4a4d4dc3fac882c Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Wed, 6 Oct 2010 15:25:28 +0200 Subject: [PATCH] Clarify comment --- src/updater.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/updater.cpp b/src/updater.cpp index 07881f4..eddcc48 100644 --- a/src/updater.cpp +++ b/src/updater.cpp @@ -259,7 +259,7 @@ void Updater::update_services() const continue; } - // We already have updated, check if the IP set in last update differs from the actual host's ip. + // Check if the IP set in last update differs from the actual host's ip. if ( ip_last_update != ip_host ) { // Update -- 1.7.1