aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm/include/llvm-c/lto.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/include/llvm-c/lto.h')
-rw-r--r--contrib/llvm/include/llvm-c/lto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/llvm/include/llvm-c/lto.h b/contrib/llvm/include/llvm-c/lto.h
index cb3a69160454..691a0cd3f55c 100644
--- a/contrib/llvm/include/llvm-c/lto.h
+++ b/contrib/llvm/include/llvm-c/lto.h
@@ -374,8 +374,8 @@ extern lto_bool_t
lto_codegen_add_module(lto_code_gen_t cg, lto_module_t mod);
/**
- * Sets the object module for code generation. This will transfer the ownship of
- * the module to code generator.
+ * Sets the object module for code generation. This will transfer the ownership
+ * of the module to the code generator.
*
* \c cg and \c mod must both be in the same context.
*