summaryrefslogtreecommitdiff
path: root/content/guide
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2026-05-14 16:22:48 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2026-05-14 16:29:58 +0200
commit52a3de3776e0215ffce860e967daacbf53e93b81 (patch)
tree3587c88e11f3274608563908c6a8a00c793c5a6c /content/guide
parenteedeb5bbf5d2df5ed40359cbe660e4e90a46c442 (diff)
small update
Diffstat (limited to 'content/guide')
-rw-r--r--content/guide/valgrind.md2
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