Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correct a few a/an.
[simgrid.git] / src / s4u / s4u_Engine.cpp
index 74d0563..f0e47bd 100644 (file)
@@ -216,7 +216,7 @@ Link* Engine::link_by_name(const std::string& name) const
   return link->second->get_iface();
 }
 
-/** @brief Find an link from its name (or nullptr if that link does not exist) */
+/** @brief Find a link from its name (or nullptr if that link does not exist) */
 Link* Engine::link_by_name_or_null(const std::string& name) const
 {
   auto link = pimpl->links_.find(name);