Fix documentation
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
diff --git a/scripts/config.py b/scripts/config.py
index 51b742c..894c51d 100755
--- a/scripts/config.py
+++ b/scripts/config.py
@@ -424,8 +424,8 @@
If mbedtls_file or crypto_file is specified, write the specific configuration
to the corresponding file instead.
- The parameter name is differ from the definition of the super class to handle
- two different config files.
+ Two file name parameters and not only one as in the super class as we handle
+ two configuration files in this class.
"""
self.mbedtls_configfile.write(self.settings, mbedtls_file)