Fix a typo

llvm-svn: 62489
This commit is contained in:
Douglas Gregor 2009-01-19 05:29:50 +00:00
parent f2bb4ea39c
commit 3b15170bd9
1 changed files with 1 additions and 1 deletions

View File

@ -932,7 +932,7 @@ public:
/// @end
///
/// Typically, instance variables are specified in the class interface,
/// *not* in the implemenentation. Nevertheless (for legacy reasons), we
/// *not* in the implementation. Nevertheless (for legacy reasons), we
/// allow instance variables to be specified in the implementation. When
/// specified, they need to be *identical* to the interface. Now that we
/// have support for non-fragile ivars in ObjC 2.0, we can consider removing