Module Name: src
Committed By: skrll
Date: Thu Jan 7 07:35:35 UTC 2010
Modified Files:
src/include: dlfcn.h
Log Message:
Typo in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/include/dlfcn.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/include/dlfcn.h
diff -u src/include/dlfcn.h:1.20 src/include/dlfcn.h:1.21
--- src/include/dlfcn.h:1.20 Thu Sep 24 21:21:33 2009
+++ src/include/dlfcn.h Thu Jan 7 07:35:35 2010
@@ -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 @@
/*
* 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