From: Martin Quinson Date: Wed, 13 Jan 2021 09:59:07 +0000 (+0100) Subject: Copy/paste error in the doc X-Git-Tag: v3.27~573 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/67a47b09732247bf5479bee8bb632d37499dca78 Copy/paste error in the doc --- 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);