Skip to content

Commit 5cceeee

Browse files
author
Derek Hower
committed
Fix typo
1 parent 0b5d9e3 commit 5cceeee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/arch_obj_models/extension.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def implemented_instructions(archdef)
369369

370370
return @implemented_instructions unless @implemented_instructions.nil?
371371

372-
@implemented_instructions = archdef.implementesd_instructions.select do |inst|
372+
@implemented_instructions = archdef.implemented_instructions.select do |inst|
373373
inst.defined_by?(self)
374374
end
375375
end

0 commit comments

Comments
 (0)