From aa1e70aab141eef94e6dbc0ae73ead30a0bf28a0 Mon Sep 17 00:00:00 2001
From: George Hartzell <hartzell@alerce.com>
Date: Thu, 21 Mar 2019 03:17:41 -0700
Subject: [PATCH] Minor commentary correction, TCL -> lmod (#10951)

---
 lib/spack/spack/modules/lmod.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/spack/spack/modules/lmod.py b/lib/spack/spack/modules/lmod.py
index c69570d1ce..90d5440ba3 100644
--- a/lib/spack/spack/modules/lmod.py
+++ b/lib/spack/spack/modules/lmod.py
@@ -18,7 +18,7 @@
 from .common import BaseConfiguration, BaseFileLayout
 from .common import BaseContext, BaseModuleFileWriter
 
-#: TCL specific part of the configuration
+#: lmod specific part of the configuration
 configuration = spack.config.get('modules:lmod', {})
 
 #: Caches the configuration {spec_hash: configuration}
-- 
GitLab