Skip to content

Commit

Permalink
Fixed a typeo in the autoload declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswailes committed Jul 27, 2012
1 parent 48f6a4d commit 65a61ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rltk/cg.rb
Expand Up @@ -14,7 +14,7 @@ module RLTK # :nodoc:
# generation functionality is provided by bindings to
# [LLVM](http://llvm.org).
module CG
autoload :BasicBloc, 'rltk/cg/basic_block'
autoload :BasicBlock, 'rltk/cg/basic_block'
autoload :Bindings, 'rltk/cg/bindings'
autoload :Builder, 'rltk/cg/builder'
autoload :Context, 'rltk/cg/context'
Expand Down

0 comments on commit 65a61ef

Please sign in to comment.