Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

misspell in Programmer's Manual #6

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ProgrammersManual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3070,7 +3070,7 @@ doxygen info: `Function Class
Superclasses: GlobalValue_, Constant_, User_, Value_

The ``Function`` class represents a single procedure in LLVM. It is actually
one of the more complex classes in the LLVM hierarchy because it must keep track
one of the most complex classes in the LLVM hierarchy because it must keep track
of a large amount of data. The ``Function`` class keeps track of a list of
BasicBlock_\ s, a list of formal Argument_\ s, and a SymbolTable_.

Expand Down