The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=186034134768ffc5968a266be37fc99feb652fad

commit 186034134768ffc5968a266be37fc99feb652fad
Author:     Jose Luis Duran <jldu...@gmail.com>
AuthorDate: 2023-12-28 03:17:15 +0000
Commit:     Warner Losh <i...@freebsd.org>
CommitDate: 2023-12-28 03:24:30 +0000

    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(-)

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();

Reply via email to