Skip to content

Commit

Permalink
Fix a copy+pasto in a comment.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146385 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Dan Gohman committed Dec 12, 2011
1 parent 8a9eebe commit 62e5b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Transforms/Scalar/ObjCARC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,7 @@ namespace {
/// metadata.
unsigned ImpreciseReleaseMDKind;

/// CopyOnEscape - The Metadata Kind for clang.arc.copy_on_escape
/// CopyOnEscapeMDKind - The Metadata Kind for clang.arc.copy_on_escape
/// metadata.
unsigned CopyOnEscapeMDKind;

Expand Down

0 comments on commit 62e5b40

Please sign in to comment.