From 186034134768ffc5968a266be37fc99feb652fad Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Wed, 27 Dec 2023 20:17:15 -0700 Subject: libdevdctl: Fix typo (triple S) Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/955 --- lib/libdevdctl/consumer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libdevdctl') 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(); -- cgit v1.3