diff --git a/src/dawn_native/CommandEncoder.cpp b/src/dawn_native/CommandEncoder.cpp index 91905d78fd..22dafa1965 100644 --- a/src/dawn_native/CommandEncoder.cpp +++ b/src/dawn_native/CommandEncoder.cpp @@ -119,7 +119,7 @@ namespace dawn_native { if (rowsPerImage % format.blockHeight != 0) { return DAWN_VALIDATION_ERROR( - "rowsPerImage must be a multiple of compressed texture format block width"); + "rowsPerImage must be a multiple of compressed texture format block height"); } return {};