diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-03-21 10:04:30 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-03-21 13:16:58 +0100 |
commit | df5cbb27836ff6a6c807f9030ca536403fc674d2 (patch) | |
tree | e1eb49b184015e9a0b92a28193c41f60163fb14e /Documentation/virtual | |
parent | 2509671dcf6314635592f8eb84ef4793fce11a07 (diff) | |
download | op-kernel-dev-df5cbb27836ff6a6c807f9030ca536403fc674d2.zip op-kernel-dev-df5cbb27836ff6a6c807f9030ca536403fc674d2.tar.gz |
doc: fix double words
Fix double words "the the" in various files
within Documentations.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/virtual')
-rw-r--r-- | Documentation/virtual/kvm/api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt index 6cd63a9..dce3d05 100644 --- a/Documentation/virtual/kvm/api.txt +++ b/Documentation/virtual/kvm/api.txt @@ -1462,7 +1462,7 @@ struct kvm_lapic_state { char regs[KVM_APIC_REG_SIZE]; }; -Copies the input argument into the the Local APIC registers. The data format +Copies the input argument into the Local APIC registers. The data format and layout are the same as documented in the architecture manual. |