summaryrefslogtreecommitdiff
path: root/wct4xxp
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-06 21:56:43 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-06 21:56:43 +0000
commit7c83bf68acb1c9515cd044de00d86f03953a8958 (patch)
tree891220881c34d3043848e18d53aad769d6cb8a54 /wct4xxp
parentb54134676d172610106b6ddc33cea0bd7c162582 (diff)
correct grammar in comment
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2091 5390a7c7-147a-4af0-8ec9-7488f05a26cb
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.