libdevdctl: Fix typo (triple S)

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/955
This commit is contained in:
Jose Luis Duran 2023-12-27 20:17:15 -07:00 committed by Warner Losh
parent 4654e8a3bf
commit 1860341347
1 changed files with 1 additions and 1 deletions

View File

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