From 546b5bb1d5ca203fc0c212124bedc9b4673b6f50 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sat, 24 May 2014 22:13:27 +0200 Subject: [PATCH] update the comments of that file --- src/include/xbt/xbt_os_time.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/include/xbt/xbt_os_time.h b/src/include/xbt/xbt_os_time.h index 90b1304ee1..0b1341aa29 100644 --- a/src/include/xbt/xbt_os_time.h +++ b/src/include/xbt/xbt_os_time.h @@ -1,5 +1,4 @@ -/* xbt/xbt_portability.h -- all system dependency */ -/* Private portability layer */ +/* xbt/xbt_os_timer.h -- system dependency on time functions */ /* Copyright (c) 2007, 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ @@ -7,8 +6,8 @@ /* 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 _XBT_PORTABILITY_H -#define _XBT_PORTABILITY_H +#ifndef _XBT_OS_TIMER_H +#define _XBT_OS_TIMER_H #include /* XBT_PUBLIC */ -- 2.20.1