From b7af49c6ff958c12d23c3b316cbc28503fcd885a Mon Sep 17 00:00:00 2001 From: Michael Plass Date: Wed, 25 Sep 2013 09:42:59 -0700 Subject: [PATCH] Refs #101045 fix some spelling errors, remove some duplicate comments --- csrc/ccnd/ccnd_internal_client.c | 2 +- csrc/include/ccn/ccn.h | 6 ------ csrc/util/ccntestloop.sh | 4 ++-- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/csrc/ccnd/ccnd_internal_client.c b/csrc/ccnd/ccnd_internal_client.c index 2ba9150e82..fb2b0d2980 100644 --- a/csrc/ccnd/ccnd_internal_client.c +++ b/csrc/ccnd/ccnd_internal_client.c @@ -583,7 +583,7 @@ ccnd_answer_by_guid(struct ccnd_handle *ccnd, struct ccn_upcall_info *info) } /** - * Handle the data comming back from an adjacency offer or commit request. + * Handle the data coming back from an adjacency offer or commit request. */ static enum ccn_upcall_res incoming_adjacency(struct ccn_closure *selfp, diff --git a/csrc/include/ccn/ccn.h b/csrc/include/ccn/ccn.h index 0ee56072bf..b17cdd3e81 100644 --- a/csrc/include/ccn/ccn.h +++ b/csrc/include/ccn/ccn.h @@ -141,12 +141,6 @@ struct ccn_closure { /** * Additional information provided in the upcall. - * - * The client is responsible for managing this piece of memory and the - * data therein. The refcount should be initially zero, and is used by the - * library to keep to track of multiple registrations of the same closure. - * When the count drops back to 0, the closure will be called with - * kind = CCN_UPCALL_FINAL so that it has an opportunity to clean up. */ struct ccn_upcall_info { struct ccn *h; /**< The ccn library handle */ diff --git a/csrc/util/ccntestloop.sh b/csrc/util/ccntestloop.sh index b7bfa099f6..def7fe1c6b 100755 --- a/csrc/util/ccntestloop.sh +++ b/csrc/util/ccntestloop.sh @@ -2,7 +2,7 @@ # # Part of the CCNx distribution. # -# Copyright (C) 2010-2012 Palo Alto Research Center, Inc. +# Copyright (C) 2010-2013 Palo Alto Research Center, Inc. # # This work is free software; you can redistribute it and/or modify it under # the terms of the GNU General Public License version 2 as published by the @@ -66,7 +66,7 @@ cat << EOF # Control the overall log level of the java tests. CCN_LOG_LEVEL_ALL=WARNING -# These may be used to contol which tests are run. +# These may be used to control which tests are run. # Leave empty for the default set. Say NO for none. CCN_CTESTS= CCN_JAVATESTS=