From 4ddb7a33a4a57a753063731f64c7e5e679c67676 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 28 May 2020 16:42:31 +1000 Subject: Cleanup: spelling --- source/blender/depsgraph/intern/builder/deg_builder_pchanmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/depsgraph') diff --git a/source/blender/depsgraph/intern/builder/deg_builder_pchanmap.h b/source/blender/depsgraph/intern/builder/deg_builder_pchanmap.h index c3c90e5aae4..df8b295f5bb 100644 --- a/source/blender/depsgraph/intern/builder/deg_builder_pchanmap.h +++ b/source/blender/depsgraph/intern/builder/deg_builder_pchanmap.h @@ -28,7 +28,7 @@ namespace DEG { struct RootPChanMap { - /* ctor and dtor - Create and free the internal map respectively. */ + /* Constructor and destructor - Create and free the internal map respectively. */ RootPChanMap(); ~RootPChanMap(); -- cgit v1.2.3