From 165b030b19718694eaf33d6602034ed88fdd31a1 Mon Sep 17 00:00:00 2001 From: Alaska Date: Wed, 23 Feb 2022 11:05:48 +0530 Subject: [PATCH] Cleanup: Remove repeated word in comment Differential Revision: https://developer.blender.org/D14178 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bbddaff8480..9f8800fe303 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -866,7 +866,7 @@ if(WITH_CYCLES_DEVICE_HIP) endif() #----------------------------------------------------------------------------- -# Check check if submodules are cloned +# Check if submodules are cloned. if(WITH_INTERNATIONAL) file(GLOB RESULT "${CMAKE_SOURCE_DIR}/release/datafiles/locale")