diff options
Diffstat (limited to 'content/guide')
| -rw-r--r-- | content/guide/valgrind.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/guide/valgrind.md b/content/guide/valgrind.md index 5286b6c..a630c0b 100644 --- a/content/guide/valgrind.md +++ b/content/guide/valgrind.md @@ -53,7 +53,7 @@ Now compile the program with the following : gcc main.c ``` -We can then use Valgrind to see if this program as any memory leak. +We can then use Valgrind to see if this program has any memory leak. ```sh valgrind ./a.out |
