From 48d7240ab82d1a0772a25913505ab923c4f22e6d Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Sat, 4 Mar 2017 22:54:59 +0100 Subject: [PATCH] Fixed typo --- zsyscall_freebsd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsyscall_freebsd.go b/zsyscall_freebsd.go index 49cfac4..702fd99 100644 --- a/zsyscall_freebsd.go +++ b/zsyscall_freebsd.go @@ -5,7 +5,7 @@ // // This file is machine generated by the command: -// mksyscall.pl serial_darwin.go +// mksyscall.pl serial_freebsd.go // The generated stub is modified to make it compile under the "serial" package package serial // import "go.bug.st/serial.v1"