Fix typos in comments and code (occured -> occurred and related)

The code changed here is an unused data type name (evt_flush_occurred).

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
Stefan Weil 2011-04-28 17:20:38 +02:00 committed by Stefan Hajnoczi
parent 1301f32205
commit a1c7273b82
10 changed files with 12 additions and 12 deletions

View file

@ -40,7 +40,7 @@ typedef enum {
*
* Not all the bits of slot control register match with the ones of
* slot status. Not some bits of slot status register is used to
* show status, not to report event occurence.
* show status, not to report event occurrence.
* So such bits must be masked out when checking the software
* notification condition.
*/