Correct typo in comment.
[libfirm] / ir / be / sparc / gen_sparc_machine.h
1 /**
2  * @file
3  * @brief     Function prototypes for the machine description.
4  * @note      DO NOT EDIT THIS FILE, your changes will be lost.
5  *            Edit libfirm/ir/be/sparc/sparc_spec.pl instead.
6  *            created by: libfirm/ir/be/scripts/generate_machine.pl libfirm/ir/be/sparc/sparc_spec.pl libfirm/ir/be/sparc
7  * @date      Tue Dec 15 15:19:15 2009
8  */
9 #ifndef FIRM_BE_SPARC_GEN_SPARC_MACHINE_H
10 #define FIRM_BE_SPARC_GEN_SPARC_MACHINE_H
11
12 #include "../bemachine.h"
13
14 /**
15  * Returns the sparc machine description.
16  */
17 const be_machine_t *sparc_init_machine_description(void);
18
19
20
21 #endif