[llvm-commits] [llvm] r147456 - /llvm/trunk/docs/SourceLevelDebugging.html
Eric Christopher
echristo at apple.com
Tue Jan 3 10:38:37 PST 2012
Author: echristo
Date: Tue Jan 3 12:38:37 2012
New Revision: 147456
URL: http://llvm.org/viewvc/llvm-project?rev=147456&view=rev
Log:
Fix typo.
Modified:
llvm/trunk/docs/SourceLevelDebugging.html
Modified: llvm/trunk/docs/SourceLevelDebugging.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/SourceLevelDebugging.html?rev=147456&r1=147455&r2=147456&view=diff
==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.html (original)
+++ llvm/trunk/docs/SourceLevelDebugging.html Tue Jan 3 12:38:37 2012
@@ -576,7 +576,7 @@
i64, ;; Offset in bits
i32, ;; Flags to encode attributes, e.g. private
metadata, ;; Reference to type derived from
- metadata, ;; (optional) Name of the Objective C property assoicated with
+ metadata, ;; (optional) Name of the Objective C property associated with
;; Objective-C an ivar
metadata, ;; (optional) Name of the Objective C property getter selector.
metadata, ;; (optional) Name of the Objective C property setter selector.
More information about the llvm-commits
mailing list