From: Eric Christopher Date: Fri, 31 Mar 2017 01:46:30 +0000 (+0000) Subject: Fix typo, defind -> defined. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49223227ce825cfc189bc4448952c1578702b73c;p=llvm Fix typo, defind -> defined. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299149 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Object/RecordStreamer.cpp b/lib/Object/RecordStreamer.cpp index 8be6d0b60cf..a5018443b87 100644 --- a/lib/Object/RecordStreamer.cpp +++ b/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 //