From 963623eb7d0793f34e42acea77e0580c4e388310 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Mon, 29 Jan 2024 17:19:24 -0500 Subject: [PATCH] ve to have --- labs/04_memory_debugging/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/04_memory_debugging/README.md b/labs/04_memory_debugging/README.md index 629700f..a1008e6 100644 --- a/labs/04_memory_debugging/README.md +++ b/labs/04_memory_debugging/README.md @@ -94,7 +94,7 @@ and think about the following: 1. How does the output from your memory debugger differ when you compile your program with the -g flag compared to when you leave it out? 2. How would you rewrite the for loop in part 2 to use the bracket [] operator instead of pointer syntax? -3. For DrMemory users, you wouldve encountered all of these errors in parts 1, 2, or 3 of Checkpoint 2: +3. For DrMemory users, you would have encountered all of these errors in parts 1, 2, or 3 of Checkpoint 2: ```console UNITIALIZED READ