Skip to content

Commit

Permalink
fix typo (issue #51)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dibyendu Majumdar committed Sep 6, 2015
1 parent d2fbb17 commit ecb5a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/llvm-bindings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ illustrates::
-- execution engine but no body
local mainfunc = context:lua_CFunction("demo")

Above creates an ``lvvm::Function`` instance within a new module. An EE is
Above creates an ``llvm::Function`` instance within a new module. An EE is
automatically attached. You can get hold of the module as shown below::

-- Get hold of the module
Expand Down

0 comments on commit ecb5a65

Please sign in to comment.