From 52a3de3776e0215ffce860e967daacbf53e93b81 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Thu, 14 May 2026 16:22:48 +0200 Subject: small update --- content/guide/valgrind.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/guide/valgrind.md') 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 -- cgit v1.2.3