Skip to content

Commit

Permalink
Refs #101045 fix some spelling errors, remove some duplicate comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Plass committed Sep 25, 2013
1 parent 7c20590 commit b7af49c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion csrc/ccnd/ccnd_internal_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
6 changes: 0 additions & 6 deletions csrc/include/ccn/ccn.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
4 changes: 2 additions & 2 deletions csrc/util/ccntestloop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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=
Expand Down

0 comments on commit b7af49c

Please sign in to comment.