Skip to content

Commit d6a554f

Browse files
committed
remove duplicate words from from comments
1 parent 61f9cdb commit d6a554f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/spesh/facts.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ struct MVMSpeshFacts {
3131
#define MVM_SPESH_FACT_CONCRETE 8 /* Know it's a concrete object. */
3232
#define MVM_SPESH_FACT_TYPEOBJ 16 /* Know it's a type object. */
3333
#define MVM_SPESH_FACT_KNOWN_DECONT_TYPE 32 /* Has a known type after decont. */
34-
#define MVM_SPESH_FACT_DECONT_CONCRETE 64 /* Is concrete after after decont. */
35-
#define MVM_SPESH_FACT_DECONT_TYPEOBJ 128 /* Is a type object after after decont. */
34+
#define MVM_SPESH_FACT_DECONT_CONCRETE 64 /* Is concrete after decont. */
35+
#define MVM_SPESH_FACT_DECONT_TYPEOBJ 128 /* Is a type object after decont. */
3636

3737
/* Discovers spesh facts and builds up information about them. */
3838
void MVM_spesh_facts_discover(MVMThreadContext *tc, MVMSpeshGraph *g);

0 commit comments

Comments
 (0)