diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-05-14 16:22:48 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-05-14 16:29:58 +0200 |
| commit | 52a3de3776e0215ffce860e967daacbf53e93b81 (patch) | |
| tree | 3587c88e11f3274608563908c6a8a00c793c5a6c /content/guide/valgrind.md | |
| parent | eedeb5bbf5d2df5ed40359cbe660e4e90a46c442 (diff) | |
small update
Diffstat (limited to 'content/guide/valgrind.md')
| -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 |
