summaryrefslogtreecommitdiff
path: root/hurd/hurd_types.h
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2000-11-15 00:01:17 +0000
committerMarcus Brinkmann <marcus@gnu.org>2000-11-15 00:01:17 +0000
commitfe1d2dbb9600251cc9fceb02251be194102aa5d0 (patch)
treecc679c3955d6837e3a0360809d2c75ec274a533d /hurd/hurd_types.h
parent135bf90ba610dd1dc910b879d5a317236c59f781 (diff)
2000-11-15 Marcus Brinkmann <marcus@gnu.org>
* hurd_types.h: Doc fix reported by Neal H Walfield (neal@cs.uml.edu), STORAGE_NULL is actually STORAGE_ZERO.
Diffstat (limited to 'hurd/hurd_types.h')
-rw-r--r--hurd/hurd_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h
index 3595d049..68d909ac 100644
--- a/hurd/hurd_types.h
+++ b/hurd/hurd_types.h
@@ -157,7 +157,7 @@ enum term_bottom_type
STORAGE_HURD_FILE is a hurd file_t (as if a file were mapped)
STORAGE_TASK is a task_t (the storage is in the vm of the task)
STORAGE_MEMORY is a memory object port
- STORAGE_NULL is a fixed-size constant source of zeros
+ STORAGE_ZERO is a fixed-size constant source of zeros
STORAGE_INTERLEAVE is a set of other storage types interleaved at a fixed
interval
STORAGE_CONCAT is a set of other storage types concatenated end-to-end