From 67a47b09732247bf5479bee8bb632d37499dca78 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 13 Jan 2021 10:59:07 +0100 Subject: [PATCH] Copy/paste error in the doc --- include/simgrid/forward.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/simgrid/forward.h b/include/simgrid/forward.h index 1bb2c10082..504dd91a40 100644 --- a/include/simgrid/forward.h +++ b/include/simgrid/forward.h @@ -17,7 +17,7 @@ namespace simgrid { namespace s4u { class Activity; -/** Smart pointer to a simgrid::s4u::Actor */ +/** Smart pointer to a simgrid::s4u::Activity */ using ActivityPtr = boost::intrusive_ptr; XBT_PUBLIC void intrusive_ptr_release(const Activity* actor); XBT_PUBLIC void intrusive_ptr_add_ref(const Activity* actor); -- 2.20.1