Skip to content

Commit

Permalink
Update system.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
dplore authored Oct 17, 2023
1 parent 95e7bf8 commit fee0549
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion system/system.proto
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ message RebootResponse {
// requested. Only the COLD method is required to be supported by all
// targets. Methods the target does not support should result in failure.
//
// If a target does not support a method, `INVALID_ARGUEMENT` should be returned.
// If a target does not support a method, `INVALID_ARGUEMENT` should be
// returned.
//
// It is vendor defined if a WARM reboot is the same as an NSF reboot.
enum RebootMethod {
Expand Down

0 comments on commit fee0549

Please sign in to comment.