summaryrefslogtreecommitdiff
path: root/common/tpm_registers.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/tpm_registers.c')
-rw-r--r--common/tpm_registers.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/tpm_registers.c b/common/tpm_registers.c
index b821df7f9a..185cadf97f 100644
--- a/common/tpm_registers.c
+++ b/common/tpm_registers.c
@@ -5,8 +5,8 @@
/*
* This implements the register interface for the TPM SPI Hardware Protocol.
- * The master puts or gets between 1 and 64 bytes to a register designated by a
- * 24-bit address. There is no provision for error reporting at this level.
+ * The controller puts or gets between 1 and 64 bytes to a register designated
+ * by a24-bit address. There is no provision for error reporting at this level.
*/
#include "byteorder.h"
@@ -495,7 +495,7 @@ static void fifo_reg_read(uint8_t *dest, uint32_t data_size)
tpm_sts |= 63 << burst_count_shift;
} else {
/*
- * Tell the master how much there is to read in the next
+ * Tell the controller how much there is to read in the next
* burst.
*/
tpm_sts |= MIN(tpm_.fifo_write_index -