Merge pull request #233 from y-gagar1n/master

Fixed typo in C spanish version adressed in #230
This commit is contained in:
Adam Bard 2013-08-16 08:46:36 -07:00
commit fc0ec0b55f

View File

@ -284,7 +284,7 @@ for (xx=0; xx<20; xx++) {
// impredecibles
printf("%d\n", *(my_ptr + 21)); // => Prints who-knows-what?
// Cuando hallas acabado con el bloque de memoría malloc, necesitas
// Cuando hayas acabado con el bloque de memoría malloc, necesitas
// liberarlo o sino nadie más podrá usarlo hasta que tu programa se cierre
free(my_ptr);