Skip to content

Commit a2b921c

Browse files
qmuntaldagood
andauthored
Update init.go
Co-authored-by: Davis Goodin <[email protected]>
1 parent ca254db commit a2b921c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
// osslHandle is the handle to the OpenSSL shared library loaded in the [Init] function.
1212
var osslHandle unsafe.Pointer
1313

14-
// opensslInit loads and initialize OpenSSL..
14+
// opensslInit loads and initializes OpenSSL.
1515
//
1616
// See [Init] for details about file.
1717
func opensslInit(file string) error {

0 commit comments

Comments
 (0)