diff --git a/src/Magnum/GL/Buffer.h b/src/Magnum/GL/Buffer.h index 0eb5fdfc8..28b541451 100644 --- a/src/Magnum/GL/Buffer.h +++ b/src/Magnum/GL/Buffer.h @@ -108,7 +108,7 @@ enum class BufferUsage: GLenum { /** * Updated frequently by the application and used frequently for drawing or - * copying to other images. + * copying to other buffers. */ DynamicDraw = GL_DYNAMIC_DRAW,