diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2020-08-25 16:44:48 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2021-01-29 10:12:33 -0600 |
commit | 87525610b40212c96b09e24d6c5f025b5ff11cb1 (patch) | |
tree | a52cdb343cea3a0908ea7ae23c359c0a06d7ddbf /arch | |
parent | ef9e4005cbaf022c6251263aa27836acccaef65d (diff) | |
download | linux-stable-87525610b40212c96b09e24d6c5f025b5ff11cb1.tar.gz linux-stable-87525610b40212c96b09e24d6c5f025b5ff11cb1.tar.bz2 linux-stable-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')
-rw-r--r-- | arch/s390/include/asm/facility.h | 2 |
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. */ |