From: Martin Quinson Date: Tue, 11 Apr 2017 13:09:25 +0000 (+0200) Subject: typos X-Git-Tag: v3.16~370^2~16 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7436a08438b3bdcccbd3229922a02d641903b682?ds=sidebyside typos --- diff --git a/src/mc/VisitedState.cpp b/src/mc/VisitedState.cpp index a2348a80ad..68b1990b15 100644 --- a/src/mc/VisitedState.cpp +++ b/src/mc/VisitedState.cpp @@ -1,5 +1,4 @@ -/* Copyright (c) 2011-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2011-2017. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -21,8 +20,7 @@ #include "src/mc/mc_smx.h" #include "src/mc/VisitedState.hpp" -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_VisitedState, mc, - "Logging specific to state equaity detection mechanisms"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_VisitedState, mc, "Logging specific to state equality detection mechanisms"); namespace simgrid { namespace mc { @@ -36,10 +34,7 @@ static int snapshot_compare(simgrid::mc::VisitedState* state1, simgrid::mc::Visi return snapshot_compare(num1, s1, num2, s2); } -/** - * \brief Save the current state - * \return Snapshot of the current state. - */ +/** @brief Save the current state */ VisitedState::VisitedState(unsigned long state_number) { simgrid::mc::Process* process = &(mc_model_checker->process());