about summary refs log tree commit diff stats
path: root/035lookup.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-05-15 09:27:03 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-05-15 09:27:03 -0700
commita3218ee87458e19630f1480421a8275647608905 (patch)
treec06757f723f36004d9dd3335eae77b7f606e40a0 /035lookup.cc
parent0047765db531bf8fb9092dbcc421a3976c907d9b (diff)
downloadmu-a3218ee87458e19630f1480421a8275647608905.tar.gz
2961
Diffstat (limited to '035lookup.cc')
-rw-r--r--035lookup.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/035lookup.cc b/035lookup.cc
index cc83c9c9..1f1c988f 100644
--- a/035lookup.cc
+++ b/035lookup.cc
@@ -1,8 +1,8 @@
 //: Go from an address to the payload it points at (skipping the refcount)
 //: using /lookup.
 //:
-//: Let's say we have this address (read the top of layer 34 for addresses and
-//: such diagrams):
+//: Let's say we have this address (read the top of the address layer for
+//: details on these diagrams):
 //:
 //:                     +---+------------+
 //:          x -------> | 1 |  number    |