summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjCRuntime.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-04-15 05:22:18 +0000
committerChris Lattner <sabre@nondot.org>2011-04-15 05:22:18 +0000
commit57540c5be0c31cc91cc608462954bdd7cf8a44e7 (patch)
treee7e0d92899935d210ba57ca6c430bb733ceccb58 /clang/lib/CodeGen/CGObjCRuntime.h
parent0ab5e2cdedba59b4f81152d72d70e1796f796834 (diff)
downloadbcm5719-llvm-57540c5be0c31cc91cc608462954bdd7cf8a44e7.tar.gz
bcm5719-llvm-57540c5be0c31cc91cc608462954bdd7cf8a44e7.zip
fix a bunch of comment typos found by codespell. Patch by
Luis Felipe Strano Moraes! llvm-svn: 129559
Diffstat (limited to 'clang/lib/CodeGen/CGObjCRuntime.h')
-rw-r--r--clang/lib/CodeGen/CGObjCRuntime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGObjCRuntime.h b/clang/lib/CodeGen/CGObjCRuntime.h
index 9778e18fce7..6e0f192d16f 100644
--- a/clang/lib/CodeGen/CGObjCRuntime.h
+++ b/clang/lib/CodeGen/CGObjCRuntime.h
@@ -138,7 +138,7 @@ public:
/// accompanying metadata) and a list of protocols.
virtual void GenerateCategory(const ObjCCategoryImplDecl *OCD) = 0;
- /// Generate a class stucture for this class.
+ /// Generate a class structure for this class.
virtual void GenerateClass(const ObjCImplementationDecl *OID) = 0;
/// Generate an Objective-C message send operation.
OpenPOWER on IntegriCloud