diff --git a/include/nif_math.h b/include/nif_math.h index a299e927f57a1b83716e4e9cfeaac05f6d7e66f0..de6c64176100adbb1b3a7aa54c37ab13ac24759a 100644 --- a/include/nif_math.h +++ b/include/nif_math.h @@ -30,7 +30,7 @@ struct Matrix33; struct Float4; struct Matrix44; -/*! Stores 2D texture coordinates – two floating point variables, u and v. */ +/*! Stores 2D texture coordinates as two floating point variables, u and v. */ struct TexCoord { float u; /*!< The U value in this coordinate pair. */ float v; /*!< The V value in this coordinate pair. */