Move TargetData to DataLayout.
[oota-llvm.git] / bindings / ocaml / llvm / llvm.mli
index 96448ccd960de62af8eb159db1337e7c7f315d23..eb6c88355afbd17a1d77995f704c223253f8a38d 100644 (file)
@@ -375,7 +375,7 @@ val module_context : llmodule -> llcontext
 val classify_type : lltype -> TypeKind.t
 
 (** [type_is_sized ty] returns whether the type has a size or not.
- * If it doesn't then it is not safe to call the [TargetData::] methods on it.
+ * If it doesn't then it is not safe to call the [DataLayout::] methods on it.
  * *)
 val type_is_sized : lltype -> bool