Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
jnthn committed Sep 25, 2013
1 parent 4280732 commit 645b0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/parrot/6model/storage_spec.h
Expand Up @@ -25,7 +25,7 @@ typedef struct {
/* The types that this one can box/unbox to. */
INTVAL can_box;

/* For ints, whether it's an usigned value. */
/* For ints, whether it's an unsigned value. */
INTVAL is_unsigned;
} storage_spec;

Expand Down

0 comments on commit 645b0c3

Please sign in to comment.