diff options
-rw-r--r-- | Documentation/mailbox.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/mailbox.txt b/Documentation/mailbox.txt index 60f43ff629aa..1092ad9578da 100644 --- a/Documentation/mailbox.txt +++ b/Documentation/mailbox.txt | |||
@@ -53,7 +53,7 @@ static void message_from_remote(struct mbox_client *cl, void *mssg) | |||
53 | { | 53 | { |
54 | struct demo_client *dc = container_of(mbox_client, | 54 | struct demo_client *dc = container_of(mbox_client, |
55 | struct demo_client, cl); | 55 | struct demo_client, cl); |
56 | if (dc->aysnc) { | 56 | if (dc->async) { |
57 | if (is_an_ack(mssg)) { | 57 | if (is_an_ack(mssg)) { |
58 | /* An ACK to our last sample sent */ | 58 | /* An ACK to our last sample sent */ |
59 | return; /* Or do something else here */ | 59 | return; /* Or do something else here */ |