From 9c4ae633f18454f29a5fc9729793ba202a06b012 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Sun, 30 Jun 2024 18:41:54 +1000 Subject: [PATCH] Missing word in comment --- go/cpossum/c-possum.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go/cpossum/c-possum.go b/go/cpossum/c-possum.go index 580fa02..dfc32dd 100644 --- a/go/cpossum/c-possum.go +++ b/go/cpossum/c-possum.go @@ -1,8 +1,8 @@ package possumC /* -// Not sure how to statically just this library, so for now it's preferred to use CGO_LDFLAGS to do -// your own thing. +// Not sure how to statically link just this library, so for now it's preferred to use CGO_LDFLAGS +// to do your own thing. //#cgo LDFLAGS: -lpossum #include "possum.h" */