diff options
author | Eric Christopher <echristo@gmail.com> | 2017-03-31 01:46:30 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2017-03-31 01:46:30 +0000 |
commit | 276989f54c247b73c2b0b118ecb72643c5e42eca (patch) | |
tree | f4ba724c15a045d6de222cd0a44f7eb5de61514f /llvm/lib/Object/RecordStreamer.cpp | |
parent | 0d2c56a5c0edc0260caf01e3b50c910e969924ff (diff) | |
download | bcm5719-llvm-276989f54c247b73c2b0b118ecb72643c5e42eca.tar.gz bcm5719-llvm-276989f54c247b73c2b0b118ecb72643c5e42eca.zip |
Fix typo, defind -> defined.
llvm-svn: 299149
Diffstat (limited to 'llvm/lib/Object/RecordStreamer.cpp')
-rw-r--r-- | llvm/lib/Object/RecordStreamer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Object/RecordStreamer.cpp b/llvm/lib/Object/RecordStreamer.cpp index 8be6d0b60cf..a5018443b87 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 // |