aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStefan Farfeleder <stefanf@FreeBSD.org>2005-03-01 20:32:05 +0000
committerStefan Farfeleder <stefanf@FreeBSD.org>2005-03-01 20:32:05 +0000
commit2af3af27a2b48ee2a2fb69fa65bc79ab1117b8ee (patch)
tree1bf21447b39ac9684f45cbeb0f04d3e6bbc4969d /lib
parentc598a8a25c93c71fe093aefbff468ef78ef438f6 (diff)
downloadsrc-2af3af27a2b48ee2a2fb69fa65bc79ab1117b8ee.tar.gz
src-2af3af27a2b48ee2a2fb69fa65bc79ab1117b8ee.zip
Fix typo in a comment.
Notes
Notes: svn path=/head/; revision=142951
Diffstat (limited to 'lib')
-rw-r--r--lib/libdevinfo/devinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdevinfo/devinfo.c b/lib/libdevinfo/devinfo.c
index 50bc375db68d..7aa542e4cb82 100644
--- a/lib/libdevinfo/devinfo.c
+++ b/lib/libdevinfo/devinfo.c
@@ -29,7 +29,7 @@
__FBSDID("$FreeBSD$");
/*
- * An interface to the FreeBSD kernel's bus/devce information interface.
+ * An interface to the FreeBSD kernel's bus/device information interface.
*
* This interface is implemented with the
*