diff options
Diffstat (limited to 'src/security/tpm')
-rw-r--r-- | src/security/tpm/tis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/security/tpm/tis.h b/src/security/tpm/tis.h index c410838fc2..db7d92bfee 100644 --- a/src/security/tpm/tis.h +++ b/src/security/tpm/tis.h @@ -66,7 +66,7 @@ int tis_open(void); /* * tis_close() * - * terminate the currect session with the TPM by releasing the locked + * terminate the current session with the TPM by releasing the locked * locality. Returns 0 on success of -1 on failure (in case lock * removal did not succeed). */ |