diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-11-14 15:08:31 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-11-14 15:08:31 +0000 |
commit | accaf19bc1129c0273ec50dba52318e60bc29103 (patch) | |
tree | 48666f362c8a61cecf37777ba5d7f4a02c5f9fcf /lib/ARCMigrate | |
parent | 2b07dd350a0d0b132ed529cb449fe2a5a56103b8 (diff) |
s/tranform/transform/
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167929 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ARCMigrate')
-rw-r--r-- | lib/ARCMigrate/TransAPIUses.cpp | 2 | ||||
-rw-r--r-- | lib/ARCMigrate/TransARCAssign.cpp | 2 | ||||
-rw-r--r-- | lib/ARCMigrate/TransAutoreleasePool.cpp | 2 | ||||
-rw-r--r-- | lib/ARCMigrate/TransBlockObjCVariable.cpp | 2 | ||||
-rw-r--r-- | lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp | 2 | ||||
-rw-r--r-- | lib/ARCMigrate/TransGCCalls.cpp | 2 | ||||
-rw-r--r-- | lib/ARCMigrate/TransProperties.cpp | 2 | ||||
-rw-r--r-- | lib/ARCMigrate/TransRetainReleaseDealloc.cpp | 2 | ||||
-rw-r--r-- | lib/ARCMigrate/TransUnbridgedCasts.cpp | 2 | ||||
-rw-r--r-- | lib/ARCMigrate/TransUnusedInitDelegate.cpp | 2 | ||||
-rw-r--r-- | lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp | 2 | ||||
-rw-r--r-- | lib/ARCMigrate/Transforms.cpp | 2 | ||||
-rw-r--r-- | lib/ARCMigrate/Transforms.h | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/lib/ARCMigrate/TransAPIUses.cpp b/lib/ARCMigrate/TransAPIUses.cpp index 5336f85905..2305b6defd 100644 --- a/lib/ARCMigrate/TransAPIUses.cpp +++ b/lib/ARCMigrate/TransAPIUses.cpp @@ -1,4 +1,4 @@ -//===--- TransAPIUses.cpp - Tranformations to ARC mode --------------------===// +//===--- TransAPIUses.cpp - Transformations to ARC mode -------------------===// // // The LLVM Compiler Infrastructure // diff --git a/lib/ARCMigrate/TransARCAssign.cpp b/lib/ARCMigrate/TransARCAssign.cpp index b83f85a1fa..80bfd22d62 100644 --- a/lib/ARCMigrate/TransARCAssign.cpp +++ b/lib/ARCMigrate/TransARCAssign.cpp @@ -1,4 +1,4 @@ -//===--- TransARCAssign.cpp - Tranformations to ARC mode ------------------===// +//===--- TransARCAssign.cpp - Transformations to ARC mode -----------------===// // // The LLVM Compiler Infrastructure // diff --git a/lib/ARCMigrate/TransAutoreleasePool.cpp b/lib/ARCMigrate/TransAutoreleasePool.cpp index 5205ce4a70..3b3bccd013 100644 --- a/lib/ARCMigrate/TransAutoreleasePool.cpp +++ b/lib/ARCMigrate/TransAutoreleasePool.cpp @@ -1,4 +1,4 @@ -//===--- TransAutoreleasePool.cpp - Tranformations to ARC mode ------------===// +//===--- TransAutoreleasePool.cpp - Transformations to ARC mode -----------===// // // The LLVM Compiler Infrastructure // diff --git a/lib/ARCMigrate/TransBlockObjCVariable.cpp b/lib/ARCMigrate/TransBlockObjCVariable.cpp index 2a79c9aeff..2940f40290 100644 --- a/lib/ARCMigrate/TransBlockObjCVariable.cpp +++ b/lib/ARCMigrate/TransBlockObjCVariable.cpp @@ -1,4 +1,4 @@ -//===--- TransBlockObjCVariable.cpp - Tranformations to ARC mode ----------===// +//===--- TransBlockObjCVariable.cpp - Transformations to ARC mode ---------===// // // The LLVM Compiler Infrastructure // diff --git a/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp b/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp index 552cb2fa63..ffb638f8a3 100644 --- a/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp +++ b/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp @@ -1,4 +1,4 @@ -//===--- TransEmptyStatements.cpp - Tranformations to ARC mode ------------===// +//===--- TransEmptyStatements.cpp - Transformations to ARC mode -----------===// // // The LLVM Compiler Infrastructure // diff --git a/lib/ARCMigrate/TransGCCalls.cpp b/lib/ARCMigrate/TransGCCalls.cpp index 2ec480c0af..249f20f01b 100644 --- a/lib/ARCMigrate/TransGCCalls.cpp +++ b/lib/ARCMigrate/TransGCCalls.cpp @@ -1,4 +1,4 @@ -//===--- TransGCCalls.cpp - Tranformations to ARC mode --------------------===// +//===--- TransGCCalls.cpp - Transformations to ARC mode -------------------===// // // The LLVM Compiler Infrastructure // diff --git a/lib/ARCMigrate/TransProperties.cpp b/lib/ARCMigrate/TransProperties.cpp index fdd6e8863b..08d68be355 100644 --- a/lib/ARCMigrate/TransProperties.cpp +++ b/lib/ARCMigrate/TransProperties.cpp @@ -1,4 +1,4 @@ -//===--- TransProperties.cpp - Tranformations to ARC mode -----------------===// +//===--- TransProperties.cpp - Transformations to ARC mode ----------------===// // // The LLVM Compiler Infrastructure // diff --git a/lib/ARCMigrate/TransRetainReleaseDealloc.cpp b/lib/ARCMigrate/TransRetainReleaseDealloc.cpp index 91d2b399e3..dec4903b2d 100644 --- a/lib/ARCMigrate/TransRetainReleaseDealloc.cpp +++ b/lib/ARCMigrate/TransRetainReleaseDealloc.cpp @@ -1,4 +1,4 @@ -//===--- TransRetainReleaseDealloc.cpp - Tranformations to ARC mode -------===// +//===--- TransRetainReleaseDealloc.cpp - Transformations to ARC mode ------===// // // The LLVM Compiler Infrastructure // diff --git a/lib/ARCMigrate/TransUnbridgedCasts.cpp b/lib/ARCMigrate/TransUnbridgedCasts.cpp index ac18b5d6e7..6e2d03ed55 100644 --- a/lib/ARCMigrate/TransUnbridgedCasts.cpp +++ b/lib/ARCMigrate/TransUnbridgedCasts.cpp @@ -1,4 +1,4 @@ -//===--- TransUnbridgedCasts.cpp - Tranformations to ARC mode -------------===// +//===--- TransUnbridgedCasts.cpp - Transformations to ARC mode ------------===// // // The LLVM Compiler Infrastructure // diff --git a/lib/ARCMigrate/TransUnusedInitDelegate.cpp b/lib/ARCMigrate/TransUnusedInitDelegate.cpp index 3057e391d0..e316c73fc3 100644 --- a/lib/ARCMigrate/TransUnusedInitDelegate.cpp +++ b/lib/ARCMigrate/TransUnusedInitDelegate.cpp @@ -1,4 +1,4 @@ -//===--- TransUnusedInitDelegate.cpp - Tranformations to ARC mode ---------===// +//===--- TransUnusedInitDelegate.cpp - Transformations to ARC mode --------===// // // The LLVM Compiler Infrastructure // diff --git a/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp b/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp index a07596d0cb..4d088e05bf 100644 --- a/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp +++ b/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp @@ -1,4 +1,4 @@ -//===--- TransZeroOutPropsInDealloc.cpp - Tranformations to ARC mode ------===// +//===--- TransZeroOutPropsInDealloc.cpp - Transformations to ARC mode -----===// // // The LLVM Compiler Infrastructure // diff --git a/lib/ARCMigrate/Transforms.cpp b/lib/ARCMigrate/Transforms.cpp index 805a67d9d1..21f137e410 100644 --- a/lib/ARCMigrate/Transforms.cpp +++ b/lib/ARCMigrate/Transforms.cpp @@ -1,4 +1,4 @@ -//===--- Tranforms.cpp - Tranformations to ARC mode -----------------------===// +//===--- Transforms.cpp - Transformations to ARC mode ---------------------===// // // The LLVM Compiler Infrastructure // diff --git a/lib/ARCMigrate/Transforms.h b/lib/ARCMigrate/Transforms.h index 5d4ac94460..872a793751 100644 --- a/lib/ARCMigrate/Transforms.h +++ b/lib/ARCMigrate/Transforms.h @@ -1,4 +1,4 @@ -//===-- Transforms.h - Tranformations to ARC mode ---------------*- C++ -*-===// +//===-- Transforms.h - Transformations to ARC mode --------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // |