Cleanup: spelling

This commit is contained in:
2021-05-04 00:42:34 +10:00
parent 12d8720b9b
commit 888a697e24
7 changed files with 10 additions and 7 deletions

View File

@@ -111,7 +111,7 @@ class FrameBuffer {
public:
/* Reference of a pointer that needs to be cleaned when deallocating the frame-buffer.
* Points to BPyGPUFrameBuffer::fb */
* Points to #BPyGPUFrameBuffer::fb */
void **ref = nullptr;
public: