aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/facility.h
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2020-08-25 16:44:48 -0500
committerBjorn Helgaas <bhelgaas@google.com>2021-01-29 10:12:33 -0600
commit87525610b40212c96b09e24d6c5f025b5ff11cb1 (patch)
treea52cdb343cea3a0908ea7ae23c359c0a06d7ddbf /arch/s390/include/asm/facility.h
parentPCI: Align checking of syscall user config accessors (diff)
downloadlinux-dev-87525610b40212c96b09e24d6c5f025b5ff11cb1.tar.xz
linux-dev-87525610b40212c96b09e24d6c5f025b5ff11cb1.zip
Fix "ordering" comment typos
Fix comment typos in "ordering". Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Kalle Valo <kvalo@codeaurora.org> Acked-by: Vasily Gorbik <gor@linux.ibm.com> # s390
Diffstat (limited to 'arch/s390/include/asm/facility.h')
-rw-r--r--arch/s390/include/asm/facility.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/include/asm/facility.h b/arch/s390/include/asm/facility.h
index 68c476b20b57..91b5d714d28f 100644
--- a/arch/s390/include/asm/facility.h
+++ b/arch/s390/include/asm/facility.h
@@ -44,7 +44,7 @@ static inline int __test_facility(unsigned long nr, void *facilities)
}
/*
- * The test_facility function uses the bit odering where the MSB is bit 0.
+ * The test_facility function uses the bit ordering where the MSB is bit 0.
* That makes it easier to query facility bits with the bit number as
* documented in the Principles of Operation.
*/