From 276989f54c247b73c2b0b118ecb72643c5e42eca Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 31 Mar 2017 01:46:30 +0000 Subject: [PATCH] Fix typo, defind -> defined. llvm-svn: 299149 --- llvm/lib/Object/RecordStreamer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Object/RecordStreamer.cpp b/llvm/lib/Object/RecordStreamer.cpp index 8be6d0b60cf0..a5018443b87d 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 //