From 2fa4737b7d3deee0d6ff8d3a638138333bea4465 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 17 Apr 2012 03:35:32 +0000 Subject: [PATCH] Correct a comment. --- targets.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets.cc b/targets.cc index 7c98c545d..b287209b7 100644 --- a/targets.cc +++ b/targets.cc @@ -215,7 +215,7 @@ int load_exclude_string(addrset *excludelist, const char *s) { /* A debug routine to dump some information to stdout. Invoked if debugging is - set to 3 or higher. */ + set to 4 or higher. */ int dumpExclude(addrset *exclude_group) { const struct addrset_elem *elem;