From eac18056e54dbca68ed0145c9b82c176188497ce Mon Sep 17 00:00:00 2001 From: Kenneth Weiss Date: Mon, 2 Dec 2019 18:04:45 -0800 Subject: [PATCH] Improves comment --- tests/internal/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/internal/CMakeLists.txt b/tests/internal/CMakeLists.txt index 993d22b18..060440394 100644 --- a/tests/internal/CMakeLists.txt +++ b/tests/internal/CMakeLists.txt @@ -203,7 +203,7 @@ if(ENABLE_GTEST) set(_defined_nonempty_var "") unset(_undefined_var) - unset(_actual_list) # blt_list_append can work on an non-existant list + unset(_actual_list) # blt_list_append can work on an initially undefined list # The following will be added to the list blt_list_append(TO _actual_list ELEMENTS "true_literal" IF TRUE)