From: Joel Jones Date: Thu, 31 May 2012 17:11:25 +0000 (+0000) Subject: Fix typos X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=703360f93cf88aeab3d602a454c554622eba63e9;p=oota-llvm.git Fix typos git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157752 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/NVPTX/NVPTXAllocaHoisting.cpp b/lib/Target/NVPTX/NVPTXAllocaHoisting.cpp index 2706b0bf8aa..668c39308f7 100644 --- a/lib/Target/NVPTX/NVPTXAllocaHoisting.cpp +++ b/lib/Target/NVPTX/NVPTXAllocaHoisting.cpp @@ -1,4 +1,4 @@ -//===-- AllocaHoisting.cpp - Hosist allocas to the entry block --*- C++ -*-===// +//===-- AllocaHoisting.cpp - Hoist allocas to the entry block --*- C++ -*-===// // // The LLVM Compiler Infrastructure // @@ -38,7 +38,7 @@ bool NVPTXAllocaHoisting::runOnFunction(Function &function) { char NVPTXAllocaHoisting::ID = 1; RegisterPass X("alloca-hoisting", - "Hoisting alloca instructsion in non-entry " + "Hoisting alloca instructions in non-entry " "blocks to the entry block"); FunctionPass *createAllocaHoisting() {