From ee31237ee5a1638dc26e54ba9dfddb259a90ffca Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Thu, 2 Oct 2014 07:07:43 +0000
Subject: [PATCH] Corrected comment for technologyNames parameter.

---
 tools/oneclick/base/hdl_config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/oneclick/base/hdl_config.py b/tools/oneclick/base/hdl_config.py
index 614c535d51..5c217ff713 100644
--- a/tools/oneclick/base/hdl_config.py
+++ b/tools/oneclick/base/hdl_config.py
@@ -64,7 +64,7 @@ class HdlConfig:
            
            The technologyNames parameter allow control over which HDL libraries are kept. If technologyNames is:
              []                              : Keep all HDL libraries that were found.
-             ['ip_stratixiv', 'ip_arria10']  : The HDL libraries with a hdl_lib_technology that does match '' or one of the technologies
+             ['ip_stratixiv', 'ip_arria10']  : The HDL libraries with a hdl_lib_technology that is not '' or does not match one of the technologies
                                                in technologyNames are removed from the list of HDL library dictionaries.
         """
         self.libRootDir = libRootDir
-- 
GitLab