commit | 276989f54c247b73c2b0b118ecb72643c5e42eca | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@gmail.com> | Fri Mar 31 01:46:30 2017 +0000 |
committer | Eric Christopher <echristo@gmail.com> | Fri Mar 31 01:46:30 2017 +0000 |
tree | f4ba724c15a045d6de222cd0a44f7eb5de61514f | |
parent | 0d2c56a5c0edc0260caf01e3b50c910e969924ff [diff] |
Fix typo, defind -> defined. llvm-svn: 299149
diff --git a/llvm/lib/Object/RecordStreamer.cpp b/llvm/lib/Object/RecordStreamer.cpp index 8be6d0b..a501844 100644 --- a/llvm/lib/Object/RecordStreamer.cpp +++ b/llvm/lib/Object/RecordStreamer.cpp
@@ -1,4 +1,4 @@ -//===-- RecordStreamer.cpp - Record asm definde and used symbols ----------===// +//===-- RecordStreamer.cpp - Record asm defined and used symbols ----------===// // // The LLVM Compiler Infrastructure //