commit 3d987cccf4a644d87872b9aa8b9c256551da3310
parent 8a81990234232e790a4f64e882a990980adb81ce
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 2 Sep 2016 15:59:48 +0200
Fix a misspelling in a comment
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/ssol.h b/src/ssol.h
@@ -200,8 +200,8 @@ static const struct ssol_mirror_shader SSOL_MIRROR_SHADER_NULL =
* `ssol_<TYPE>_create' function, the caller implicitly owns the created data,
* i.e. its reference counter is set to 1. The ssol_<TYPE>_ref_<get|put>
* functions get or release a reference on the data, i.e. they increment or
- * decrement the reference counter, respectively. When this counter reach 0 the
- * data structure is silently destroyed and cannot be used anymore.
+ * decrement the reference counter, respectively. When this counter reaches 0,
+ * the data structure is silently destroyed and cannot be used anymore.
*/
BEGIN_DECLS