[cfe-commits] r98688 - /cfe/trunk/docs/Block-ABI-Apple.txt
Blaine Garst
blaine at apple.com
Tue Mar 16 15:02:17 PDT 2010
Author: blaine
Date: Tue Mar 16 17:02:16 2010
New Revision: 98688
URL: http://llvm.org/viewvc/llvm-project?rev=98688&view=rev
Log:
fix copyright & typo
Modified:
cfe/trunk/docs/Block-ABI-Apple.txt
Modified: cfe/trunk/docs/Block-ABI-Apple.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/Block-ABI-Apple.txt?rev=98688&r1=98687&r2=98688&view=diff
==============================================================================
--- cfe/trunk/docs/Block-ABI-Apple.txt (original)
+++ cfe/trunk/docs/Block-ABI-Apple.txt Tue Mar 16 17:02:16 2010
@@ -1,6 +1,6 @@
Block Implementation Specification
-Copyright 2008-2009 Apple, Inc.
+Copyright 2008-2010 Apple, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
@@ -76,7 +76,7 @@
case (0<<29): <unused> , error
case (1<<29): 10.6.ABI, no signature field available
case (2<<29): post-10.6.ABI, regular calling convention, presence of signature field
- case (3<<29): post-10.6.ABI, street calling convention, presence of signature field,
+ case (3<<29): post-10.6.ABI, stret calling convention, presence of signature field,
}
The following discussions are presented as 10.6.ABI otherwise.
More information about the cfe-commits
mailing list