From 6e2d60d822c52562b29e814adeeeac33f8f24ebd Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 12 Jun 2014 14:22:07 -0400 Subject: Documentation fixes. --- libdimension/dimension/objects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdimension/dimension') diff --git a/libdimension/dimension/objects.h b/libdimension/dimension/objects.h index e5a39c5..2865d82 100644 --- a/libdimension/dimension/objects.h +++ b/libdimension/dimension/objects.h @@ -55,7 +55,7 @@ dmnsn_object *dmnsn_new_triangle_fan(dmnsn_pool *pool, dmnsn_vector vertices[], * A smooth triangle fan. * @param[in] pool The memory pool to allocate from. * @param[in] vertices The vertices of the fan, starting in the center. - * @param[in] vertices The normal vector for each vertex. + * @param[in] normals The normal vector for each vertex. * @param[in] nvertices The number of vertices. * @return A triangle fan. */ -- cgit v1.2.3