summaryrefslogtreecommitdiff
path: root/vendor/go.uber.org/automaxprocs/internal/runtime
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-20 11:06:53 +0100
committerLibravatar GitHub <noreply@github.com>2023-03-20 11:06:53 +0100
commitac74256295d6ae751bb7cce2efa34709077fd0e7 (patch)
tree1135036ab3daba0ee1a922fc3dc7ec45c76b3cc1 /vendor/go.uber.org/automaxprocs/internal/runtime
parent[chore]: Bump github.com/go-playground/validator/v10 (#1637) (diff)
downloadgotosocial-ac74256295d6ae751bb7cce2efa34709077fd0e7.tar.xz
[chore]: Bump go.uber.org/automaxprocs from 1.5.1 to 1.5.2 (#1633)
Bumps [go.uber.org/automaxprocs](https://github.com/uber-go/automaxprocs) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/uber-go/automaxprocs/releases) - [Changelog](https://github.com/uber-go/automaxprocs/blob/master/CHANGELOG.md) - [Commits](https://github.com/uber-go/automaxprocs/compare/v1.5.1...v1.5.2) --- updated-dependencies: - dependency-name: go.uber.org/automaxprocs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor/go.uber.org/automaxprocs/internal/runtime')
-rw-r--r--vendor/go.uber.org/automaxprocs/internal/runtime/runtime.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/go.uber.org/automaxprocs/internal/runtime/runtime.go b/vendor/go.uber.org/automaxprocs/internal/runtime/runtime.go
index 3a7515649..df6eacf05 100644
--- a/vendor/go.uber.org/automaxprocs/internal/runtime/runtime.go
+++ b/vendor/go.uber.org/automaxprocs/internal/runtime/runtime.go
@@ -28,6 +28,6 @@ const (
CPUQuotaUndefined CPUQuotaStatus = iota
// CPUQuotaUsed is returned when a valid CPU quota can be used
CPUQuotaUsed
- // CPUQuotaMinUsed is return when CPU quota is smaller than the min value
+ // CPUQuotaMinUsed is returned when CPU quota is smaller than the min value
CPUQuotaMinUsed
)