Module Name: src
Committed By: plunky
Date: Tue Mar 31 09:25:41 UTC 2015
Modified Files:
src/usr.sbin/sdpd: service.c
Log Message:
fix typo: sparce->sparse
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/sdpd/service.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/sdpd/service.c
diff -u src/usr.sbin/sdpd/service.c:1.2 src/usr.sbin/sdpd/service.c:1.3
--- src/usr.sbin/sdpd/service.c:1.2 Sun Mar 7 10:58:40 2010
+++ src/usr.sbin/sdpd/service.c Tue Mar 31 09:25:41 2015
@@ -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 @@ service_attribute_request(server_t *srv,
/*
* 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);