summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2010-01-07 07:35:35 +0000
committerskrll <skrll@NetBSD.org>2010-01-07 07:35:35 +0000
commitc6ed7679c09307d8e643bd703d2db64681d46d78 (patch)
tree56ff2dab2ec5fc8d5532fee0bb291298d0054de9 /include
parent808212fb9d2884ae2b3b316f4e3d2879f3f76983 (diff)
Typo in comment.
Diffstat (limited to 'include')
-rw-r--r--include/dlfcn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dlfcn.h b/include/dlfcn.h
index 2ea43ed1345..ef9529c8cac 100644
--- a/include/dlfcn.h
+++ b/include/dlfcn.h
@@ -1,4 +1,4 @@
-/* $NetBSD: dlfcn.h,v 1.20 2009/09/24 21:21:33 pooka Exp $ */
+/* $NetBSD: dlfcn.h,v 1.21 2010/01/07 07:35:35 skrll Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -92,7 +92,7 @@ __END_DECLS
/*
* dlinfo() commands
*
- * From Solarisa: http://docs.sun.com/app/docs/doc/816-5168/dlinfo-3c?a=view
+ * From Solaris: http://docs.sun.com/app/docs/doc/816-5168/dlinfo-3c?a=view
*/
#if defined(_NETBSD_SOURCE)
#define RTLD_DI_LINKMAP 3