Fix documentation

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei 2024-09-18 16:51:27 +02:00
parent 568808a41a
commit 317a2a3fed
No known key found for this signature in database
GPG Key ID: 6310BD29B0BFF98C

View File

@ -423,8 +423,8 @@ class CombinedConfig(config_common.Config):
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)