mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
fixed typo in C spanish version adressed in #230
This commit is contained in:
parent
80f97751a2
commit
cf5730cebc
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user