corrected trivial comment errors (reviewed by Evan in jabber)

This commit is contained in:
Tatuya JINMEI 神明達哉 2009-09-02 18:38:40 +00:00
parent f0eecd4d62
commit 9dbca282e4
3 changed files with 7 additions and 7 deletions

View file

@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: app.h,v 1.9 2009/09/01 00:22:28 jinmei Exp $ */
/* $Id: app.h,v 1.10 2009/09/02 18:38:40 jinmei Exp $ */
#ifndef ISC_APP_H
#define ISC_APP_H 1
@ -123,10 +123,10 @@ typedef struct isc_appmethods {
* This structure is actually just the common prefix of an application context
* implementation's version of an isc_appctx_t.
* \brief
* Direct use of this structure by clients is forbidden. mctx implementations
* Direct use of this structure by clients is forbidden. app implementations
* may change the structure. 'magic' must be ISCAPI_APPCTX_MAGIC for any
* of the isc_app_ routines to work. app implementations must maintain
* all app socket invariants.
* all app context invariants.
*/
struct isc_appctx {
unsigned int impmagic;

View file

@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: task.h,v 1.64 2009/09/01 00:22:28 jinmei Exp $ */
/* $Id: task.h,v 1.65 2009/09/02 18:38:40 jinmei Exp $ */
#ifndef ISC_TASK_H
#define ISC_TASK_H 1
@ -131,7 +131,7 @@ typedef struct isc_taskmethods {
* This structure is actually just the common prefix of a task manager
* object implementation's version of an isc_taskmgr_t.
* \brief
* Direct use of this structure by clients is forbidden. mctx implementations
* Direct use of this structure by clients is forbidden. task implementations
* may change the structure. 'magic' must be ISCAPI_TASKMGR_MAGIC for any
* of the isc_task_ routines to work. task implementations must maintain
* all task invariants.

View file

@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: timer.h,v 1.41 2009/09/01 00:22:28 jinmei Exp $ */
/* $Id: timer.h,v 1.42 2009/09/02 18:38:40 jinmei Exp $ */
#ifndef ISC_TIMER_H
#define ISC_TIMER_H 1
@ -129,7 +129,7 @@ typedef struct {
* This structure is actually just the common prefix of a timer manager
* object implementation's version of an isc_timermgr_t.
* \brief
* Direct use of this structure by clients is forbidden. mctx implementations
* Direct use of this structure by clients is forbidden. timer implementations
* may change the structure. 'magic' must be ISCAPI_TIMERMGR_MAGIC for any
* of the isc_timer_ routines to work. timer implementations must maintain
* all timer invariants.