summaryrefslogtreecommitdiff
path: root/monitor_wrap.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-10 20:53:45 +1000
committerDamien Miller <djm@mindrot.org>2006-07-10 20:53:45 +1000
commit58059aef053a0b925c70b9804930e3fe17edfac8 (patch)
tree6769491653222fb65eeabe6f98211e28f2bdb08f /monitor_wrap.h
parent69996104fe4d5897e12eed9f6c7b6eacee0d2725 (diff)
- stevesk@cvs.openbsd.org 2006/07/06 17:36:37
[monitor_wrap.h] typo in comment
Diffstat (limited to 'monitor_wrap.h')
-rw-r--r--monitor_wrap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/monitor_wrap.h b/monitor_wrap.h
index 0f3b211c9..4366b8ed0 100644
--- a/monitor_wrap.h
+++ b/monitor_wrap.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: monitor_wrap.h,v 1.17 2006/07/06 16:03:53 stevesk Exp $ */ 1/* $OpenBSD: monitor_wrap.h,v 1.18 2006/07/06 17:36:37 stevesk Exp $ */
2 2
3/* 3/*
4 * Copyright 2002 Niels Provos <provos@citi.umich.edu> 4 * Copyright 2002 Niels Provos <provos@citi.umich.edu>
@@ -116,4 +116,4 @@ void *mm_zalloc(struct mm_master *, u_int, u_int);
116void mm_zfree(struct mm_master *, void *); 116void mm_zfree(struct mm_master *, void *);
117void mm_init_compression(struct mm_master *); 117void mm_init_compression(struct mm_master *);
118 118
119#endif /* _MM_H_ */ 119#endif /* _MM_WRAP_H_ */