From b02ef59e1498b3fa2eebeb12bf17548082695414 Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Thu, 1 Aug 2019 16:52:38 -0400 Subject: x --- labs/lazy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'labs/lazy.html') diff --git a/labs/lazy.html b/labs/lazy.html index baf5f3b..9d97cab 100644 --- a/labs/lazy.html +++ b/labs/lazy.html @@ -99,7 +99,7 @@ hi working. You should get at least one page fault (and thus lazy allocation) in the shell, and perhaps two.

If you have the basics working, now turn your implementation into - one that handles the corner cases too. + one that handles the corner cases too: