diff --git a/opm/core/WellsManager.cpp b/opm/core/WellsManager.cpp index 5fa908bb8..72354796d 100644 --- a/opm/core/WellsManager.cpp +++ b/opm/core/WellsManager.cpp @@ -284,7 +284,7 @@ namespace Opm ix = wspec.I_ - 1; } if (jy < 0) { - // Defaulted I location. Extract from WELSPECS. + // Defaulted J location. Extract from WELSPECS. jy = wspec.J_ - 1; } if (kz1 < 0) {