Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / include / llvm-c / lto.h
index cb3a69160454a29b464aea3c949ea7c05fa9c794..691a0cd3f55ce6b5c36304e389926706ab6c24fc 100644 (file)
@@ -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.
  *