From aa78134a557079ce570345e751e4c36c4b2ba79a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 26 Apr 2021 20:25:37 +0200 Subject: -fix many more typos --- src/testbed/testbed_api_operations.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/testbed/testbed_api_operations.c') diff --git a/src/testbed/testbed_api_operations.c b/src/testbed/testbed_api_operations.c index ae85e0842..a23f8c666 100644 --- a/src/testbed/testbed_api_operations.c +++ b/src/testbed/testbed_api_operations.c @@ -36,7 +36,7 @@ #define ADAPTIVE_QUEUE_DEFAULT_HISTORY 40 /** - * The number of parallel opeartions we start with by default for adaptive + * The number of parallel operations we start with by default for adaptive * queues */ #define ADAPTIVE_QUEUE_DEFAULT_MAX_ACTIVE 4 @@ -213,7 +213,7 @@ struct OperationQueue struct FeedbackCtx *fctx; /** - * The type of this opeartion queue + * The type of this operation queue */ enum OperationQueueType type; @@ -232,7 +232,7 @@ struct OperationQueue /** * The number of resources occupied by failed operations in the current shot. - * This is only relavant if the operation queue is of type + * This is only relevant if the operation queue is of type * #OPERATION_QUEUE_TYPE_ADAPTIVE */ unsigned int overload; @@ -1272,7 +1272,7 @@ GNUNET_TESTBED_operation_inactivate_ (struct GNUNET_TESTBED_Operation *op) /** - * Marks and inactive operation as active. This fuction should be called to + * Marks and inactive operation as active. This function should be called to * ensure that the oprelease callback will not be called until it is either * marked as inactive or released. * -- cgit v1.2.3