Skip to content

Commit

Permalink
Internal Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 635487046
  • Loading branch information
bagarber authored and Copybara-Service committed May 20, 2024
1 parent 41887a9 commit 35e21f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/registry/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func Delete(root, name string) error {
return k.DeleteValue(name)
}

// GetInteger gets a string key from the registry.
// GetInteger gets a uint64 value from the registry.
func GetInteger(root, name string) (uint64, error) {
k, err := reg.OpenKey(reg.LOCAL_MACHINE, root, reg.READ)
if err != nil {
Expand Down

0 comments on commit 35e21f9

Please sign in to comment.