edit parameter description of eltt2.c

This commit is contained in:
Thomas
2017-09-11 14:33:43 +02:00
parent b677fc9ecf
commit a6d0996f0c

View File

@@ -29,7 +29,7 @@
/**
* @brief Main entry point of the application.
* @details Handles the command line input and starts the communication with the TPM.
* @details Handles the command line input and starts the communication with the TPM.
* @param [in] argc Counter for input parameters.
* @param [in] **argv Input parameters.
* @return One of the listed return codes, the TPM return code or the error code stored in the global errno system variable.