[9410] Correct a typo in enum name, CAST_INTERRUPT_PREVIOUS

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-02-19 02:13:13 +01:00
parent 11b84d27c2
commit 6469c21c41
4 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9409"
#define REVISION_NR "9410"
#endif // __REVISION_NR_H__