docs: ABI: fix spelling/grammar in SBEFIFO timeout interface
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 10 Jul 2023 05:23:05 +0000 (22:23 -0700)
committerJoel Stanley <joel@jms.id.au>
Fri, 11 Aug 2023 04:02:14 +0000 (13:32 +0930)
Correct spelling problems as identified by codespell.
Correct one grammar error.

Fixes: 9a93de620e0a ("docs: ABI: testing: Document the SBEFIFO timeout interface")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Eddie James <eajames@linux.ibm.com>
Cc: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20230710052305.29611-1-rdunlap@infradead.org
Signed-off-by: Joel Stanley <joel@jms.id.au>
Documentation/ABI/testing/sysfs-bus-fsi-devices-sbefifo

index 531fe9d..c7393b4 100644 (file)
@@ -5,6 +5,6 @@ Description:
                Indicates whether or not this SBE device has experienced a
                timeout; i.e. the SBE did not respond within the time allotted
                by the driver. A value of 1 indicates that a timeout has
-               ocurred and no transfers have completed since the timeout. A
-               value of 0 indicates that no timeout has ocurred, or if one
-               has, more recent transfers have completed successful.
+               occurred and no transfers have completed since the timeout. A
+               value of 0 indicates that no timeout has occurred, or if one
+               has, more recent transfers have completed successfully.