Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include Typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/a200b55eae98
branches:  trunk
changeset: 750568:a200b55eae98
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Jan 07 07:35:35 2010 +0000

description:
Typo in comment.

diffstat:

 include/dlfcn.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 19480e236081 -r a200b55eae98 include/dlfcn.h
--- a/include/dlfcn.h   Thu Jan 07 04:21:28 2010 +0000
+++ b/include/dlfcn.h   Thu Jan 07 07:35:35 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index