Skip to content

Commit e22aa63

Browse files
committed
Chomgo -> Chombo :)
1 parent 91b5dc3 commit e22aa63

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+57
-57
lines changed

doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source

host/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
// Package host provides host sound entry point support.

host/entry.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package host
@@ -253,7 +253,7 @@ func pkgPath(v interface{}) string {
253253

254254
var entries map[string][]*entry = make(map[string][]*entry)
255255

256-
// RegisterEntry registers an Entry
256+
// RegisterEntry registers an Entry.
257257
func RegisterEntry(e Entry) error {
258258
nm := e.Name()
259259
found := false

host/entry_android.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package host

host/entry_darwin.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package host

host/entry_dragonfly.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package host

host/entry_freebsd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package host

host/entry_js.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package host

host/entry_linux.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package host

host/entry_netbsd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package host

host/entry_openbsd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package host

host/entry_plan9.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package host

host/entry_solaris.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package host

host/entry_windows.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package host

init_android.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package sio

init_darwin.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package sio

init_dragonfly.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package sio

init_freebsd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package sio

init_js.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package sio

init_linux.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package sio

init_netbsd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package sio

init_openbsd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package sio

init_plan9.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package sio

init_solaris.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package sio

init_windows.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package sio

libsio/dev_common.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package libsio

libsio/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
// Package libsio provides support for the different ports.

libsio/duplex.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package libsio

libsio/input.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source

libsio/iomode.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package libsio

libsio/output.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package libsio

libsio/packet.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package libsio

ports/android/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
// Package android zc sound/io entry points.

ports/darwin/aq_darwin.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package darwin

ports/darwin/aqin_darwin.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package darwin

ports/darwin/aqo_darwin.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package darwin

ports/darwin/asbd_darwin.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
// +build darwin

ports/darwin/au_darwin.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
// +build darwin

ports/darwin/dev_darwin.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
// +build darwin

ports/darwin/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
// Package darwin zc sound/io entry points.

ports/dragonfly/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
// Package dragonfly zc sound/io entry points.

ports/freebsd/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
// Package freebsd zc sound/io entry points.

ports/js/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
// Package js zc sound/io entry points.

ports/linux/dev_alsa.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
// +build linux

ports/linux/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
// Package linux zc sound/io entry points.

ports/linux/pcm_alsa.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
// +build linux

ports/linux/pcm_alsa_in_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
// +build cgo

ports/linux/pcm_alsa_play_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
// +build linux

ports/linux/pcm_alsa_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
// +build linux

ports/linux/sample_alsa.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
// +build linux

ports/netbsd/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
// Package netbsd zc sound/io entry points.

ports/openbsd/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
// Package openbsd zc sound/io entry points.

ports/plan9/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
// Package plan9 zc sound/io entry points.

ports/solaris/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
// Package solaris zc sound/io entry points.

ports/windows/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
// Package windows zc sound/io entry points.

sio.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The ZikiChomgo Authors. All rights reserved. Use of this source
1+
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

44
package sio

0 commit comments

Comments
 (0)