From f67b9d9892185ae7c9c0e781f24fdaec5ee302eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Thu, 13 Oct 2016 08:38:03 -0700 Subject: [PATCH] Fixed issue #945. --- include/bgfx/bgfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bgfx/bgfx.h b/include/bgfx/bgfx.h index d76b53a64..d63f35c40 100644 --- a/include/bgfx/bgfx.h +++ b/include/bgfx/bgfx.h @@ -725,7 +725,7 @@ namespace bgfx /// End VertexDecl. /// - /// @attention C99 equivalent is `bgfx_vertex_decl_begin`. + /// @attention C99 equivalent is `bgfx_vertex_decl_end`. /// void end();