diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9da21749a924d297ee3a464a7235b1425e39cc32..d74edb5c113141b45e64db444a49a0c41f2cb8a0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ include(DuneMacros)
 # start a dune project with information from dune.module
 dune_project()
 
-# Create the module library for dune-common
+# Create a target for dune-common with a Dune::Common alias
 dune_add_library(dunecommon EXPORT_NAME Common)
 
 # minimal c++ standard required