aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@gmail.com>2023-12-28 03:17:15 +0000
committerWarner Losh <imp@FreeBSD.org>2023-12-28 03:24:30 +0000
commit186034134768ffc5968a266be37fc99feb652fad (patch)
tree3ea493ba4400af5cfe6e9ad02dacf5478ffdec33
parent4654e8a3bff5310801d59c7bb296a72c5fe8ec7c (diff)
downloadsrc-186034134768ffc5968a266be37fc99feb652fad.tar.gz
src-186034134768ffc5968a266be37fc99feb652fad.zip
libdevdctl: Fix typo (triple S)
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/955
-rw-r--r--lib/libdevdctl/consumer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdevdctl/consumer.h b/lib/libdevdctl/consumer.h
index 8ff14392ceb8..d0d814cff1f9 100644
--- a/lib/libdevdctl/consumer.h
+++ b/lib/libdevdctl/consumer.h
@@ -98,7 +98,7 @@ public:
/**
* Open a connection to devd's unix domain socket.
*
- * \return True if the connection attempt is successsful. Otherwise
+ * \return True if the connection attempt is successful. Otherwise
* false.
*/
bool ConnectToDevd();