diff --git a/opm/core/transport/reorder/reordersequence.h b/opm/core/transport/reorder/reordersequence.h
index c122be98..46dbc8a7 100644
--- a/opm/core/transport/reorder/reordersequence.h
+++ b/opm/core/transport/reorder/reordersequence.h
@@ -41,7 +41,7 @@ struct UnstructuredGrid;
* Indirection pointers that describe the strongly
* connected components (i.e., loops) of the Darcy
* flux upwind graph. Specifically, the \f$i\f$'th
- * strongly connected components constitutes cells
+ * strongly connected component constitutes cells
* sequence[components[i] ... components[i + 1]
* - 1]
.
*
@@ -93,7 +93,7 @@ compute_sequence(const struct UnstructuredGrid *grid ,
* Indirection pointers that describe the strongly
* connected components (i.e., loops) of the Darcy
* flux upwind graph. Specifically, the \f$i\f$'th
- * strongly connected components constitutes cells
+ * strongly connected component constitutes cells
* sequence[components[i] ... components[i + 1]
* - 1]
.
*