[llvm-commits] [llvm] r72395 - /llvm/trunk/lib/Target/ARM/ARMBuildAttrs.h
Chris Lattner
sabre at nondot.org
Mon May 25 12:51:24 PDT 2009
Author: lattner
Date: Mon May 25 14:51:07 2009
New Revision: 72395
URL: http://llvm.org/viewvc/llvm-project?rev=72395&view=rev
Log:
fix typo
Modified:
llvm/trunk/lib/Target/ARM/ARMBuildAttrs.h
Modified: llvm/trunk/lib/Target/ARM/ARMBuildAttrs.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMBuildAttrs.h?rev=72395&r1=72394&r2=72395&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMBuildAttrs.h (original)
+++ llvm/trunk/lib/Target/ARM/ARMBuildAttrs.h Mon May 25 14:51:07 2009
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This file contains enumerations amd support routines for ARM build attributes
+// This file contains enumerations and support routines for ARM build attributes
// as defined in ARM ABI addenda document (ABI release 2.07).
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list