Skip to content

Commit 7670641

Browse files
fix spelling
1 parent eda3898 commit 7670641

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compiler-rt/lib/builtins/cpu_model/cpu_model.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
// Contructor that replaces the ifunc runs currently with prio 10, see
3636
// the LowerIFuncPass. The resolver of FMV depends on the cpu features so set
3737
// the priority to 9.
38-
#define CONSTRUCTOR_PRIOTITY 9
38+
#define CONSTRUCTOR_PRIORITY 9
3939
#else
40-
#define CONSTRUCTOR_PRIOTITY 90
40+
#define CONSTRUCTOR_PRIORITY 90
4141
#endif
42-
#define CONSTRUCTOR_ATTRIBUTE __attribute__((constructor(CONSTRUCTOR_PRIOTITY)))
42+
#define CONSTRUCTOR_ATTRIBUTE __attribute__((constructor(CONSTRUCTOR_PRIORITY)))
4343
#else
4444
// FIXME: For MSVC, we should make a function pointer global in .CRT$X?? so that
4545
// this runs during initialization.

0 commit comments

Comments
 (0)