mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-28 17:59:05 +03:00
Merge pull request #233 from y-gagar1n/master
Fixed typo in C spanish version adressed in #230
This commit is contained in:
commit
fc0ec0b55f
@ -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