From be3fa6d82f5a16b0ba82a80024d503131db4fedc Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Wed, 1 Dec 1999 20:30:16 +0000 Subject: [PATCH] typo --- lib/isc/include/isc/task.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/isc/include/isc/task.h b/lib/isc/include/isc/task.h index ef6aba7961..4524535667 100644 --- a/lib/isc/include/isc/task.h +++ b/lib/isc/include/isc/task.h @@ -433,7 +433,7 @@ isc_task_destroy(isc_task_t **taskp); * * This call is equivalent to: * - * isc_task_shutodown(*taskp); + * isc_task_shutdown(*taskp); * isc_task_detach(taskp); * * Requires: