forked from OSchip/llvm-project
fixes a typo in my last patch.
// rdar://12379114 llvm-svn: 179042
This commit is contained in:
parent
98381453c0
commit
ca6dfd845a
|
@ -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">;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
|
Loading…
Reference in New Issue