[llvm] r296860 - Fix a typo in the comments. Patch by marktwtn from https://github.com/llvm-mirror/llvm/pull/16/files

Sylvestre Ledru via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 3 01:36:04 PST 2017


Author: sylvestre
Date: Fri Mar  3 03:36:04 2017
New Revision: 296860

URL: http://llvm.org/viewvc/llvm-project?rev=296860&view=rev
Log:
Fix a typo in the comments. Patch by marktwtn from https://github.com/llvm-mirror/llvm/pull/16/files


Modified:
    llvm/trunk/include/llvm/CodeGen/MachineInstrBuilder.h

Modified: llvm/trunk/include/llvm/CodeGen/MachineInstrBuilder.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineInstrBuilder.h?rev=296860&r1=296859&r2=296860&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineInstrBuilder.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineInstrBuilder.h Fri Mar  3 03:36:04 2017
@@ -1,4 +1,4 @@
-//===- CodeGen/MachineInstBuilder.h - Simplify creation of MIs --*- C++ -*-===//
+//===- CodeGen/MachineInstrBuilder.h - Simplify creation of MIs --*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //




More information about the llvm-commits mailing list