diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2017-03-03 09:36:04 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2017-03-03 09:36:04 +0000 |
commit | a9022fd84fdd17b1d28b27539e499c1cffb0565a (patch) | |
tree | 0ca7661725cd8f0de10e06dbc09c3eae9652cb41 | |
parent | 4f97751798900594c05908105602a51201f99891 (diff) | |
download | bcm5719-llvm-a9022fd84fdd17b1d28b27539e499c1cffb0565a.tar.gz bcm5719-llvm-a9022fd84fdd17b1d28b27539e499c1cffb0565a.zip |
Fix a typo in the comments. Patch by marktwtn from https://github.com/llvm-mirror/llvm/pull/16/files
llvm-svn: 296860
-rw-r--r-- | llvm/include/llvm/CodeGen/MachineInstrBuilder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineInstrBuilder.h b/llvm/include/llvm/CodeGen/MachineInstrBuilder.h index c9564df2d8e..ef4226d30fe 100644 --- a/llvm/include/llvm/CodeGen/MachineInstrBuilder.h +++ b/llvm/include/llvm/CodeGen/MachineInstrBuilder.h @@ -1,4 +1,4 @@ -//===- CodeGen/MachineInstBuilder.h - Simplify creation of MIs --*- C++ -*-===// +//===- CodeGen/MachineInstrBuilder.h - Simplify creation of MIs --*- C++ -*-===// // // The LLVM Compiler Infrastructure // |