Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Update valgrind.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RaniAgus committed Mar 28, 2024
1 parent 5815058 commit 49746c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/guia/valgrind.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ una regla `memcheck`:
```bash
make memcheck
```
Este comando se puede configurar editando la regla `MEMCHECK_FLAGS` del archivo
`settings.mk`:
Este comando se puede configurar editando la variable `MEMCHECK_FLAGS` del
archivo `settings.mk`:

```makefile
# Valgrind flags
Expand All @@ -31,8 +31,8 @@ una regla `helgrind`:
```bash
make helgrind
```
Este comando se puede configurar editando la regla `HELGRIND_FLAGS` del archivo
`settings.mk`:
Este comando se puede configurar editando la variable `HELGRIND_FLAGS` del
archivo `settings.mk`:

```makefile
# Valgrind flags
Expand Down

0 comments on commit 49746c7

Please sign in to comment.