From f4937677d976aca5f11326af106638d674bb3bde Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Sun, 3 May 2020 16:48:39 +0200 Subject: cleanup --- source/blender/blenloader/BLO_read_write.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/blenloader/BLO_read_write.h b/source/blender/blenloader/BLO_read_write.h index 00ff99693b6..a6d845f9115 100644 --- a/source/blender/blenloader/BLO_read_write.h +++ b/source/blender/blenloader/BLO_read_write.h @@ -24,7 +24,7 @@ * those is related to file writing and three for file reading. Reading requires multiple * callbacks, due to the way linking between files works. * - * Quick description of the individual callbacks: + * Brief description of the individual callbacks: * - Blend Write: Define which structs and memory buffers are saved. * - Blend Read Data: Loads structs and memory buffers from file and updates pointers them. * - Blend Read Lib: Updates pointers to ID data blocks. -- cgit v1.2.3