From 7c83bf68acb1c9515cd044de00d86f03953a8958 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Tue, 6 Feb 2007 21:56:43 +0000 Subject: correct grammar in comment git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2091 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wct4xxp/base.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wct4xxp') 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. -- cgit v1.2.3