[zaptel-commits] kpfleming: branch 1.2 r2091 - /branches/1.2/wct4xxp/base.c

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Tue Feb 6 14:56:44 MST 2007


Author: kpfleming
Date: Tue Feb  6 15:56:43 2007
New Revision: 2091

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2091
Log:
correct grammar in comment

Modified:
    branches/1.2/wct4xxp/base.c

Modified: branches/1.2/wct4xxp/base.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/wct4xxp/base.c?view=diff&rev=2091&r1=2090&r2=2091
==============================================================================
--- branches/1.2/wct4xxp/base.c (original)
+++ branches/1.2/wct4xxp/base.c Tue Feb  6 15:56:43 2007
@@ -2720,7 +2720,7 @@
 #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 @@
 #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.



More information about the zaptel-commits mailing list