From b4edb5802354b486c2896379f5c6e188e67f2d5a Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 22 Jan 2016 16:15:50 +0100 Subject: [PATCH] typo in comments --- src/surf/surf_interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/surf/surf_interface.cpp b/src/surf/surf_interface.cpp index 302cd3089c..9dfbe99faf 100644 --- a/src/surf/surf_interface.cpp +++ b/src/surf/surf_interface.cpp @@ -27,7 +27,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_kernel, surf, * The callback functions of cpu_model and network_model will be called from * those of these host models. */ xbt_dynar_t all_existing_models = NULL; /* to destroy models correctly */ -xbt_dynar_t model_list_invoke = NULL; /* for invoking callbacks */ +xbt_dynar_t model_list_invoke = NULL; /* to invoke callbacks */ tmgr_fes_t history = NULL; xbt_dynar_t surf_path = NULL; -- 2.20.1