fixes a typo in my last patch.

// rdar://12379114

llvm-svn: 179042
This commit is contained in:
Fariborz Jahanian 2013-04-08 19:14:15 +00:00
parent 98381453c0
commit ca6dfd845a
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ def InstanceSize : RecordLikeDetailCommand<"instancesize">;
def Ownership : RecordLikeDetailCommand<"ownership">;
def Performance : RecordLikeDetailCommand<"performance">;
def Security : RecordLikeDetailCommand<"security">;
def Seealso : BlockCommand<"seealso">;
def SeeAlso : BlockCommand<"seealso">;
def SuperClass : RecordLikeDetailCommand<"superclass">;
//===----------------------------------------------------------------------===//