Skip to content

Commit 9c4ae63

Browse files
committed
Missing word in comment
1 parent a01f3a2 commit 9c4ae63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go/cpossum/c-possum.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package possumC
22

33
/*
4-
// Not sure how to statically just this library, so for now it's preferred to use CGO_LDFLAGS to do
5-
// your own thing.
4+
// Not sure how to statically link just this library, so for now it's preferred to use CGO_LDFLAGS
5+
// to do your own thing.
66
//#cgo LDFLAGS: -lpossum
77
#include "possum.h"
88
*/

0 commit comments

Comments
 (0)