diff options
Diffstat (limited to 'src/runtime/volatile/bitband_nxpmk66f18.go')
-rw-r--r-- | src/runtime/volatile/bitband_nxpmk66f18.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/volatile/bitband_nxpmk66f18.go b/src/runtime/volatile/bitband_nxpmk66f18.go index b85a9495c..a6da2ec93 100644 --- a/src/runtime/volatile/bitband_nxpmk66f18.go +++ b/src/runtime/volatile/bitband_nxpmk66f18.go @@ -28,7 +28,7 @@ type BitRegister struct { // Get returns the of the mapped register bit. It is the volatile equivalent of: // -// *r.Reg +// *r.Reg // //go:inline func (r *BitRegister) Get() bool { @@ -37,7 +37,7 @@ func (r *BitRegister) Get() bool { // Set sets the mapped register bit. It is the volatile equivalent of: // -// *r.Reg = 1 +// *r.Reg = 1 // //go:inline func (r *BitRegister) Set(v bool) { |