diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/gpu/GrSamplerState.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrSamplerState.h b/include/gpu/GrSamplerState.h index bb7e42a458..bb71e92560 100644 --- a/include/gpu/GrSamplerState.h +++ b/include/gpu/GrSamplerState.h @@ -63,7 +63,7 @@ public: /** * This is called when the coordinate system in which the geometry is specified will change. * - * @param matrix The transformation from the old coord system to the new one. + * @param matrix The transformation from the old coord system to the new one. */ void preConcatCoordChange(const GrMatrix& matrix) { fCoordChangeMatrix.preConcat(matrix); } |