diff options
author | Damien Miller <djm@mindrot.org> | 2007-10-26 08:39:05 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2007-10-26 08:39:05 +0200 |
commit | 0afeae426c7251877dfcfc6d8124ad5edc009557 (patch) | |
tree | 2bedb6edc38d914c71a37ebee49a2805429cb3f5 /openbsd-compat/sys-tree.h | |
parent | - frantzen@@cvs.openbsd.org 2004/04/24 18:11:46 (diff) | |
download | openssh-0afeae426c7251877dfcfc6d8124ad5edc009557.tar.xz openssh-0afeae426c7251877dfcfc6d8124ad5edc009557.zip |
- tdeval@cvs.openbsd.org 2004/11/24 18:10:42
[openbsd-compat/sys-tree.h]
typo
Diffstat (limited to '')
-rw-r--r-- | openbsd-compat/sys-tree.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/sys-tree.h b/openbsd-compat/sys-tree.h index 771248037..6b777d9f3 100644 --- a/openbsd-compat/sys-tree.h +++ b/openbsd-compat/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. @@ -289,7 +289,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 */ \ |