Skip to content

Commit a828dba

Browse files
committed
load_commands: Fix yardoc param name
1 parent bd8aa3c commit a828dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/macho/load_commands.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@ class ToolEntries
11631163
attr_reader :tools
11641164

11651165
# @param view [MachO::MachOView] the view into the current Mach-O
1166-
# @param nhints [Integer] the number of tools
1166+
# @param ntools [Integer] the number of tools
11671167
# @api private
11681168
def initialize(view, ntools)
11691169
format = Utils.specialize_format("L=#{ntools * 2}", view.endianness)

0 commit comments

Comments
 (0)