From d0faf49d675070ee7cdb7dd05c36f325714d8378 Mon Sep 17 00:00:00 2001
From: "Peter J. Keleher" <keleher@cs.umd.edu>
Date: Thu, 2 Nov 2023 19:53:04 -0400
Subject: [PATCH] auto

---
 p4.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/p4.md b/p4.md
index d453255..e3b42e0 100644
--- a/p4.md
+++ b/p4.md
@@ -302,7 +302,7 @@ func serveMetrics() {
 
 ## Notes
 - `server.go` is now `ubiserver.go`.
-- trees should default to height 4, each level 32-wide
+- trees should default to depth 4, each level 32-wide
 
 The distro includes a simple `bld` script that rebuilds the protobuf
 interface and creates executables `ubiserver`, `cli`, and `l`.
@@ -362,7 +362,7 @@ combined: sha256_32_B5XMMYDZ2WFBHXRRICT7WMRSYEMTYGINA6UBVICJAAU6GPJ2RSBA====
 	"sha256_32_EMWG6JUKVXSLYUE4UWUR6HJIITXFJFF4S5DGQLEJ5QDLWFW3CSLQ===="
 ```
 
-**Test 3 (10 pts):** Now do the same w/ a tree of height 2:
+**Test 3 (10 pts):** Now do the same w/ a tree of *depth* 2:
 ```
 killall ubiserver
 io:~/818/projects/p4/solution> go run ubiserver.go -b /tmp/blob -s :5001 -S localhost:5002 -p 1000 -D 2 &
-- 
GitLab