From a78130c6101517c09eed14215087ab3dfe36bc5c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 19 Sep 2020 14:18:05 +1000 Subject: Cleanup: spelling --- source/blender/gpu/intern/gpu_vertex_buffer_private.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/gpu') diff --git a/source/blender/gpu/intern/gpu_vertex_buffer_private.hh b/source/blender/gpu/intern/gpu_vertex_buffer_private.hh index 3cce7e79857..f3450d8e0f7 100644 --- a/source/blender/gpu/intern/gpu_vertex_buffer_private.hh +++ b/source/blender/gpu/intern/gpu_vertex_buffer_private.hh @@ -48,11 +48,11 @@ class VertBuf { uchar *data = NULL; protected: - /** Usage hint for GL optimisation. */ + /** Usage hint for GL optimization. */ GPUUsageType usage_ = GPU_USAGE_STATIC; private: - /** This counter will only avoid freeing the GPUVertBuf, not the data. */ + /** This counter will only avoid freeing the #GPUVertBuf, not the data. */ int handle_refcount_ = 1; public: @@ -119,4 +119,4 @@ static inline const VertBuf *unwrap(const GPUVertBuf *vert) return reinterpret_cast(vert); } -} // namespace blender::gpu \ No newline at end of file +} // namespace blender::gpu -- cgit v1.2.3