[llvm] r342437 - [NFC][OCaml] Fix copy paste error in file header
whitequark via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 17 18:47:53 PDT 2018
Author: whitequark
Date: Mon Sep 17 18:47:53 2018
New Revision: 342437
URL: http://llvm.org/viewvc/llvm-project?rev=342437&view=rev
Log:
[NFC][OCaml] Fix copy paste error in file header
Summary: Just copypasta resulting in the wrong file name in the header.
Reviewers: whitequark
Reviewed By: whitequark
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D52215
Modified:
llvm/trunk/bindings/ocaml/transforms/utils/transform_utils_ocaml.c
Modified: llvm/trunk/bindings/ocaml/transforms/utils/transform_utils_ocaml.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/bindings/ocaml/transforms/utils/transform_utils_ocaml.c?rev=342437&r1=342436&r2=342437&view=diff
==============================================================================
--- llvm/trunk/bindings/ocaml/transforms/utils/transform_utils_ocaml.c (original)
+++ llvm/trunk/bindings/ocaml/transforms/utils/transform_utils_ocaml.c Mon Sep 17 18:47:53 2018
@@ -1,4 +1,4 @@
-/*===-- vectorize_ocaml.c - LLVM OCaml Glue ---------------------*- C++ -*-===*\
+/*===-- transform_utils_ocaml.c - LLVM OCaml Glue ---------------*- C++ -*-===*\
|* *|
|* The LLVM Compiler Infrastructure *|
|* *|
More information about the llvm-commits
mailing list