Skip to content

Commit d3291e8

Browse files
authored
Merge pull request #155 from riscv-software-src/dhower-qc-patch-1
2 parents 55134c0 + 13bea70 commit d3291e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/manual/templates/isa_nav.adoc.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<%- end -%>
88

9-
* Alphabetical list of instrutions
9+
* Alphabetical list of instructions
1010
<%- manual_version.instructions.sort { |a, b| a.name <=> b.name }.each do |inst| -%>
1111
** xref:insts:<%= inst.name %>.adoc[<%= inst.name %>]
1212
<%- end -%>

0 commit comments

Comments
 (0)