mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
Fix some codespell warnings
Brought to you by codespell -w (using codespell v2.1.0). Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
3f18004778
commit
0194ed392f
83 changed files with 124 additions and 124 deletions
|
|
@ -5,7 +5,7 @@ syntax = "proto2";
|
|||
import "opts.proto";
|
||||
|
||||
message user_ppc64_regs_entry {
|
||||
/* Following is the list of regiters starting at r0. */
|
||||
/* Following is the list of registers starting at r0. */
|
||||
repeated uint64 gpr = 1;
|
||||
required uint64 nip = 2;
|
||||
required uint64 msr = 3;
|
||||
|
|
@ -22,7 +22,7 @@ message user_ppc64_regs_entry {
|
|||
}
|
||||
|
||||
message user_ppc64_fpstate_entry {
|
||||
/* Following is the list of regiters starting at fpr0 */
|
||||
/* Following is the list of registers starting at fpr0 */
|
||||
repeated uint64 fpregs = 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ message user_x86_regs_entry {
|
|||
}
|
||||
|
||||
message user_x86_xsave_entry {
|
||||
/* standart xsave features */
|
||||
/* standard xsave features */
|
||||
required uint64 xstate_bv = 1;
|
||||
|
||||
/* AVX components: 16x 256-bit ymm registers, hi 128 bits */
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ syntax = "proto2";
|
|||
import "google/protobuf/descriptor.proto";
|
||||
|
||||
message CRIU_Opts {
|
||||
optional bool hex = 1; // Idicate that CRIT should treat this field as hex.
|
||||
optional bool hex = 1; // Indicate that CRIT should treat this field as hex.
|
||||
optional bool ipadd = 2; // The field is IPv4/v6 address
|
||||
optional string flags = 3;
|
||||
optional bool dev = 4; // Device major:minor packed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue