summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorBlaine Garst <blaine@apple.com>2010-03-16 22:02:16 +0000
committerBlaine Garst <blaine@apple.com>2010-03-16 22:02:16 +0000
commita41f71212a677f56c908c178ca679e17875c0052 (patch)
tree4e2d30e1d25654c2337ade4cc08a0fb3d0d0ff39 /clang
parent403062313ff4a12a8c57bfc50e977c60a958157a (diff)
downloadbcm5719-llvm-a41f71212a677f56c908c178ca679e17875c0052.tar.gz
bcm5719-llvm-a41f71212a677f56c908c178ca679e17875c0052.zip
fix copyright & typo
llvm-svn: 98688
Diffstat (limited to 'clang')
-rw-r--r--clang/docs/Block-ABI-Apple.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/Block-ABI-Apple.txt b/clang/docs/Block-ABI-Apple.txt
index 4017c2ded19..6fb75da4049 100644
--- a/clang/docs/Block-ABI-Apple.txt
+++ b/clang/docs/Block-ABI-Apple.txt
@@ -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 @@ switch (flags & (3<<29)) {
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.
OpenPOWER on IntegriCloud