Skip to content

Commit

Permalink
Fix typos in interface comments
Browse files Browse the repository at this point in the history
Kubernetes-commit: 080fe8346da3182778830c25f79ee5dd2cc9c589
  • Loading branch information
byako authored and k8s-publishing-bot committed Oct 30, 2023
1 parent 8f0df5a commit 34741a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/apis/dra/v1alpha3/api.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/apis/dra/v1alpha3/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ option (gogoproto.goproto_unrecognized_all) = false;
service Node {
// NodePrepareResources prepares several ResourceClaims
// for use on the node. If an error is returned, the
// response is ignored. Failures for individidual claims
// response is ignored. Failures for individual claims
// can be reported inside NodePrepareResourcesResponse.
rpc NodePrepareResources (NodePrepareResourcesRequest)
returns (NodePrepareResourcesResponse) {}
Expand Down

0 comments on commit 34741a1

Please sign in to comment.