Merge "Trivial: Fix the comment of TempestConfigPrivate"
diff --git a/tempest/config.py b/tempest/config.py
index 7133b3d..008c9f6 100644
--- a/tempest/config.py
+++ b/tempest/config.py
@@ -1078,7 +1078,7 @@
     return opt_list
 
 
-# this should never be called outside of this class
+# This should never be called outside of this module
 class TempestConfigPrivate(object):
     """Provides OpenStack configuration information."""