diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-01-05 13:14:06 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-01-10 15:20:57 +0000 |
commit | 58f3fd636cc03f16f3a84b3d9010c7d856365cb5 (patch) | |
tree | 1706eaaa6b7d468f95aaf9b258e35e23c3464a3b /src/security/tpm/tis.h | |
parent | 805da6ba53f900e642bf3e1dbe9d979b9d08e63a (diff) | |
download | coreboot-58f3fd636cc03f16f3a84b3d9010c7d856365cb5.tar.xz |
src/security: Fix typos
Change-Id: I238fce2d48cf62003a701f972a87974415419538
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38198
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/security/tpm/tis.h')
-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). */ |