Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/sdpd fix typo: sparce->sparse



details:   https://anonhg.NetBSD.org/src/rev/07d01ec3bf23
branches:  trunk
changeset: 807192:07d01ec3bf23
user:      plunky <plunky%NetBSD.org@localhost>
date:      Tue Mar 31 09:25:41 2015 +0000

description:
fix typo: sparce->sparse

diffstat:

 usr.sbin/sdpd/service.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8b558864f86d -r 07d01ec3bf23 usr.sbin/sdpd/service.c
--- a/usr.sbin/sdpd/service.c   Tue Mar 31 08:47:01 2015 +0000
+++ b/usr.sbin/sdpd/service.c   Tue Mar 31 09:25:41 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: service.c,v 1.2 2010/03/07 10:58:40 plunky Exp $       */
+/*     $NetBSD: service.c,v 1.3 2015/03/31 09:25:41 plunky Exp $       */
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: service.c,v 1.2 2010/03/07 10:58:40 plunky Exp $");
+__RCSID("$NetBSD: service.c,v 1.3 2015/03/31 09:25:41 plunky Exp $");
 
 #include <bluetooth.h>
 #include <sdp.h>
@@ -234,7 +234,7 @@
 
        /*
         * Match the selected record against AttributeIDList, writing
-        * the data to the sparce buffer.
+        * the data to the sparse buffer.
         */
        r = NULL;
        db_next(srv, fd, &r);



Home | Main Index | Thread Index | Old Index