summaryrefslogtreecommitdiff
path: root/wct4xxp
diff options
context:
space:
mode:
Diffstat (limited to 'wct4xxp')
-rw-r--r--wct4xxp/base.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wct4xxp/base.c b/wct4xxp/base.c
index 3ae470e..21ec242 100644
--- a/wct4xxp/base.c
+++ b/wct4xxp/base.c
@@ -2720,7 +2720,7 @@ static void t4_vpm450_init(struct t4 *wc)
#else
embedded_firmware.data = _binary_OCT6114_64D_ima_start;
/* Yes... this is weird. objcopy gives us a symbol containing
- the size of the firmware, not a pointer a variable containing
+ the size of the firmware, not a pointer to a variable containing
the size. The only way we can get the value of the symbol
is to take its address, so we define it as a pointer and
then cast that value to the proper type.
@@ -2738,7 +2738,7 @@ static void t4_vpm450_init(struct t4 *wc)
#else
embedded_firmware.data = _binary_OCT6114_128D_ima_start;
/* Yes... this is weird. objcopy gives us a symbol containing
- the size of the firmware, not a pointer a variable containing
+ the size of the firmware, not a pointer to a variable containing
the size. The only way we can get the value of the symbol
is to take its address, so we define it as a pointer and
then cast that value to the proper type.