From 10a54bbd06e3b1843b39b7bc55c24057dcaac41a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 18 Feb 2021 13:26:39 +1100 Subject: Cleanup: spelling, correct doc-string arguments --- source/blender/gpu/intern/gpu_framebuffer.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/gpu') diff --git a/source/blender/gpu/intern/gpu_framebuffer.cc b/source/blender/gpu/intern/gpu_framebuffer.cc index 0dd7948532c..1e3cf479462 100644 --- a/source/blender/gpu/intern/gpu_framebuffer.cc +++ b/source/blender/gpu/intern/gpu_framebuffer.cc @@ -476,9 +476,9 @@ void GPU_framebuffer_recursive_downsample(GPUFrameBuffer *gpu_fb, /** \} */ /* -------------------------------------------------------------------- */ -/** \name Framebuffer Stack +/** \name Frame-Buffer Stack * - * Keeps track of framebuffer binding operation to restore previously bound frambuffers. + * Keeps track of frame-buffer binding operation to restore previously bound frame-buffers. * \{ */ #define FRAMEBUFFER_STACK_DEPTH 16 -- cgit v1.2.3