diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-05-10 04:16:21 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-05-10 04:16:21 -0400 |
commit | 70f23fd66bc821a0e99647f70a809e277cc93c4c (patch) | |
tree | 3e768b77e63c6364ef32cf257c9449369afd215f /arch/x86/xen/pci-swiotlb-xen.c | |
parent | c719864f15676af92b705589c93ba1468b89cd24 (diff) |
treewide: fix a few typos in comments
- kenrel -> kernel
- whetehr -> whether
- ttt -> tt
- sss -> ss
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/x86/xen/pci-swiotlb-xen.c')
-rw-r--r-- | arch/x86/xen/pci-swiotlb-xen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/xen/pci-swiotlb-xen.c b/arch/x86/xen/pci-swiotlb-xen.c index bfd0632fe65e..b480d4207a4c 100644 --- a/arch/x86/xen/pci-swiotlb-xen.c +++ b/arch/x86/xen/pci-swiotlb-xen.c | |||
@@ -36,7 +36,7 @@ int __init pci_xen_swiotlb_detect(void) | |||
36 | 36 | ||
37 | /* If running as PV guest, either iommu=soft, or swiotlb=force will | 37 | /* If running as PV guest, either iommu=soft, or swiotlb=force will |
38 | * activate this IOMMU. If running as PV privileged, activate it | 38 | * activate this IOMMU. If running as PV privileged, activate it |
39 | * irregardlesss. | 39 | * irregardless. |
40 | */ | 40 | */ |
41 | if ((xen_initial_domain() || swiotlb || swiotlb_force) && | 41 | if ((xen_initial_domain() || swiotlb || swiotlb_force) && |
42 | (xen_pv_domain())) | 42 | (xen_pv_domain())) |