There are four "i":s in "initialize"
This commit is contained in:
Mark Andrews
2002-07-12 00:17:28 +00:00
parent 2dbeb26f3d
commit 65bbe3a2cb
12 changed files with 33 additions and 33 deletions

View File

@@ -15,7 +15,7 @@
- WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-->
<!-- $Id: coding.html,v 1.15 2001/01/09 21:46:59 bwelling Exp $ -->
<!-- $Id: coding.html,v 1.15.2.1 2002/07/12 00:17:16 marka Exp $ -->
<H2>C Language</H2>
@@ -403,7 +403,7 @@ Good:
<PRE><CODE>
char *text;
/* text is initalized here. */
/* text is initialized here. */
free(text);
text = NULL;