about summary refs log tree commit diff homepage
path: root/tools/ktest-tool/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ktest-tool/CMakeLists.txt')
-rw-r--r--tools/ktest-tool/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ktest-tool/CMakeLists.txt b/tools/ktest-tool/CMakeLists.txt
index 76e31ac0..dbb00e91 100644
--- a/tools/ktest-tool/CMakeLists.txt
+++ b/tools/ktest-tool/CMakeLists.txt
@@ -9,5 +9,5 @@
 install(PROGRAMS ktest-tool DESTINATION bin)
 
 # Copy into the build directory's binary directory
-# so integration tests can find it
+# so system tests can find it
 configure_file(ktest-tool "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/ktest-tool" COPYONLY)