Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
Naming inconsistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Olson committed Aug 13, 2010
1 parent 71ede82 commit 43a02f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/Core.ooc
Expand Up @@ -36,7 +36,7 @@ Module: cover from LLVMModuleRef {
setTarget: extern(LLVMSetTarget) func (triple: String)

addTypeName: extern(LLVMAddTypeName) func (name: String, Type) -> Int
deleteTypename: extern(LLVMDeleteTypeName) func (name: String)
deleteTypeName: extern(LLVMDeleteTypeName) func (name: String)
getTypeByName: extern(LLVMGetTypeByName) func (name: String) -> Type

dump: extern(LLVMDumpModule) func
Expand Down

0 comments on commit 43a02f9

Please sign in to comment.