mirror of
https://github.com/golang/sys.git
synced 2026-02-08 03:36:03 +03:00
fix:end function doc with full stop
This commit is contained in:
@@ -542,7 +542,7 @@ func (f *Fn) ParamPrintList() string {
|
||||
return join(f.Params, func(p *Param) string { return fmt.Sprintf(`"%s=", %s, `, p.Name, p.Name) }, `", ", `)
|
||||
}
|
||||
|
||||
// SyscallN returns a string representing the SyscallN function
|
||||
// SyscallN returns a string representing the SyscallN function.
|
||||
func (f *Fn) SyscallN() string {
|
||||
return syscalldot() + "SyscallN"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user