Skip to content

Commit

Permalink
applespi: Fix spelling mistake in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
roadrunner2 committed Mar 4, 2018
1 parent c98c672 commit 3e04fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applespi.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* of exchanges: reads, and writes. A read is signaled by a GPE, upon which one
* message can be read from the device. A write exchange consists of writing a
* command message, immediately reading a short status packet, and then, upon
* receiving a GPE, reading the response messsage. Write exchanges cannot be
* receiving a GPE, reading the response message. Write exchanges cannot be
* interleaved, i.e. a new write exchange must not be started till the previous
* write exchange is complete. Whether a received message is part of a read or
* write exchange is indicated in the encapsulating packet's flags field.
Expand Down

0 comments on commit 3e04fc1

Please sign in to comment.