From 1a5fa8a6d699e88b7c846c0c876a40054213ec47 Mon Sep 17 00:00:00 2001
From: "raphael.bach" <raphael.bach@etu.hesge.ch>
Date: Mon, 13 Jun 2022 11:20:22 +0200
Subject: [PATCH] Minor doc update

---
 include/internal/fmpi_mpi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/internal/fmpi_mpi.h b/include/internal/fmpi_mpi.h
index e2909d5..a81bc5b 100644
--- a/include/internal/fmpi_mpi.h
+++ b/include/internal/fmpi_mpi.h
@@ -188,7 +188,7 @@ _Bool fmpi_mpi_finalized(const struct fmpi_mpi_ctx * ctx);
     fmpi_mpi_abort()
 ------------------------------------------------------------------------------*/
 /**
- * Terminates MPI execution environment.
+ * Aborts MPI execution environment.
  *
  * @param[in] ctx : A pointer to a fmpi_mpi_ctx.
  *
-- 
GitLab