aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Source/EmbeddedBoundary/WarpXFaceExtensions.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/EmbeddedBoundary/WarpXFaceExtensions.H b/Source/EmbeddedBoundary/WarpXFaceExtensions.H
index cd6a0bfa3..9502f5db5 100644
--- a/Source/EmbeddedBoundary/WarpXFaceExtensions.H
+++ b/Source/EmbeddedBoundary/WarpXFaceExtensions.H
@@ -28,7 +28,7 @@ int ComputeNBorrowOneFaceExtension(const amrex::Dim3 cell, const amrex::Real S_e
* \param[in] cell \c Dim3 storing the indices of the face to extended
* \param[in] S_ext amount of area needed for the extension
* \param[in] S_red \c Array4 storing the amount of area each face can still give away
-* \param[in] S_red \c Array4 storing the area of face
+* \param[in] S \c Array4 storing the area of face
* \param[in] flag_info_face \c Array4 storing face information
* \param[in] idim normal direction to the face in consideration (0 for x, 1 for y, 2 for z)
*/