From: Arnaud Giersch Date: Wed, 2 Aug 2017 08:35:41 +0000 (+0200) Subject: Cosmetics: typo in include guard. X-Git-Tag: v3_17~286 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2beb296ca52636c502fe74e22da0862957cd7947 Cosmetics: typo in include guard. --- diff --git a/include/xbt/dynar.hpp b/include/xbt/dynar.hpp index 77bb871fdf..d9f77b5c76 100644 --- a/include/xbt/dynar.hpp +++ b/include/xbt/dynar.hpp @@ -1,11 +1,11 @@ -/* Copyright (c) 2004-2007, 2009-2015. The SimGrid Team. +/* Copyright (c) 2004-2007, 2009-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. */ -#ifndef SIMGRId_XBT_DYNAR_HPP -#define SIMGRId_XBT_DYNAR_HPP +#ifndef SIMGRID_XBT_DYNAR_HPP +#define SIMGRID_XBT_DYNAR_HPP #include #include