summaryrefslogtreecommitdiff
path: root/common/ccd_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/ccd_config.c')
-rw-r--r--common/ccd_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/ccd_config.c b/common/ccd_config.c
index 91232df295..f83789a26f 100644
--- a/common/ccd_config.c
+++ b/common/ccd_config.c
@@ -1459,7 +1459,7 @@ static enum vendor_cmd_rc ccd_vendor(struct vendor_cmd_params *p)
p->in_size++;
/*
- * Move response up for the master to see it in the right
+ * Move response up for the controller to see it in the right
* place in the response buffer. We have to do this because the
* first byte of the buffer on input was the subcommand, so we
* passed buffer + 1 in the handler call above.