Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/images
diff options
context:
space:
mode:
authorKir Kolyshkin <kolyshkin@gmail.com>2022-03-31 04:45:16 +0300
committerAndrei Vagin <avagin@gmail.com>2022-04-29 03:53:52 +0300
commit0194ed392ffe4e936dca031fbecafa417d218eec (patch)
tree20f2af19767720a9576d469cb572bc6cdd9f4451 /images
parent3f180047783486c003609328af584b060d3c545c (diff)
Fix some codespell warnings
Brought to you by codespell -w (using codespell v2.1.0). Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Diffstat (limited to 'images')
-rw-r--r--images/core-ppc64.proto4
-rw-r--r--images/core-x86.proto2
-rw-r--r--images/opts.proto2
3 files changed, 4 insertions, 4 deletions
diff --git a/images/core-ppc64.proto b/images/core-ppc64.proto
index 6a27f9012..bb07e09e0 100644
--- a/images/core-ppc64.proto
+++ b/images/core-ppc64.proto
@@ -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;
}
diff --git a/images/core-x86.proto b/images/core-x86.proto
index 77932ab42..815cf21ff 100644
--- a/images/core-x86.proto
+++ b/images/core-x86.proto
@@ -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 */
diff --git a/images/opts.proto b/images/opts.proto
index 95304a8c6..d730673a2 100644
--- a/images/opts.proto
+++ b/images/opts.proto
@@ -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