[llvm] r299149 - Fix typo, defind -> defined.

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 30 18:46:30 PDT 2017


Author: echristo
Date: Thu Mar 30 20:46:30 2017
New Revision: 299149

URL: http://llvm.org/viewvc/llvm-project?rev=299149&view=rev
Log:
Fix typo, defind -> defined.

Modified:
    llvm/trunk/lib/Object/RecordStreamer.cpp

Modified: llvm/trunk/lib/Object/RecordStreamer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Object/RecordStreamer.cpp?rev=299149&r1=299148&r2=299149&view=diff
==============================================================================
--- llvm/trunk/lib/Object/RecordStreamer.cpp (original)
+++ llvm/trunk/lib/Object/RecordStreamer.cpp Thu Mar 30 20:46:30 2017
@@ -1,4 +1,4 @@
-//===-- RecordStreamer.cpp - Record asm definde and used symbols ----------===//
+//===-- RecordStreamer.cpp - Record asm defined and used symbols ----------===//
 //
 //                     The LLVM Compiler Infrastructure
 //




More information about the llvm-commits mailing list