diff options
author | Thierry Deval <tdeval@cvs.openbsd.org> | 2004-11-24 18:10:43 +0000 |
---|---|---|
committer | Thierry Deval <tdeval@cvs.openbsd.org> | 2004-11-24 18:10:43 +0000 |
commit | 438c5edc7dd366c4aec504e80391eedf7c6dcd15 (patch) | |
tree | 1e2ab674384e7f4ec8f9bffbb2ecd625048071fd /sys | |
parent | d9b41abdeebb55cff237b8af7e676ee26d57870c (diff) |
typo
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/tree.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/tree.h b/sys/sys/tree.h index 1ec764d8c4d..3f3236d7e10 100644 --- a/sys/sys/tree.h +++ b/sys/sys/tree.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tree.h,v 1.8 2004/04/24 18:11:46 frantzen Exp $ */ +/* $OpenBSD: tree.h,v 1.9 2004/11/24 18:10:42 tdeval Exp $ */ /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> * All rights reserved. @@ -287,7 +287,7 @@ void name##_SPLAY_MINMAX(struct name *head, int __comp) \ (x) != NULL; \ (x) = SPLAY_NEXT(name, head, x)) -/* Macros that define a red-back tree */ +/* Macros that define a red-black tree */ #define RB_HEAD(name, type) \ struct name { \ struct type *rbh_root; /* root of the tree */ \ |