Skip to content

Commit

Permalink
removed superfluous apostrophe from comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Masak committed Mar 1, 2009
1 parent af4b730 commit 65e835d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/ClassHOW.pir
Expand Up @@ -61,7 +61,7 @@ Dispatches to method of the given name on this class or one of its parents.
mro = inspect parrotclass, 'all_parents'
mro_it = iter mro

# Iterate MRO and check it's methods.
# Iterate MRO and check its methods.
.local int have_pmc_proxy
have_pmc_proxy = 0
mro_loop:
Expand Down

0 comments on commit 65e835d

Please sign in to comment.