mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
libdevdctl: Fix typo (triple S)
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/955
This commit is contained in:
parent
4654e8a3bf
commit
1860341347
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue