[PATCH] D52215: [NFC][OCaml] Fix copy paste error in file header

Josh Berdine via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 17 18:26:36 PDT 2018


jberdine created this revision.
jberdine added a reviewer: whitequark.
Herald added a subscriber: llvm-commits.

Just copypasta resulting in the wrong file name in the header.


Repository:
  rL LLVM

https://reviews.llvm.org/D52215

Files:
  bindings/ocaml/transforms/utils/transform_utils_ocaml.c


Index: bindings/ocaml/transforms/utils/transform_utils_ocaml.c
===================================================================
--- bindings/ocaml/transforms/utils/transform_utils_ocaml.c
+++ bindings/ocaml/transforms/utils/transform_utils_ocaml.c
@@ -1,4 +1,4 @@
-/*===-- vectorize_ocaml.c - LLVM OCaml Glue ---------------------*- C++ -*-===*\
+/*===-- transform_utils_ocaml.c - LLVM OCaml Glue ---------------*- C++ -*-===*\
 |*                                                                            *|
 |*                     The LLVM Compiler Infrastructure                       *|
 |*                                                                            *|


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52215.165873.patch
Type: text/x-patch
Size: 677 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180918/5109d284/attachment.bin>


More information about the llvm-commits mailing list