Skip to content

Commit 63b6c9b

Browse files
committed
Don't duplicate names in comments. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@322113 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent c50bdd9 commit 63b6c9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/llvm/MC/MCFragment.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -437,13 +437,13 @@ class MCFillFragment : public MCFragment {
437437
};
438438

439439
class MCOrgFragment : public MCFragment {
440-
/// Offset - The offset this fragment should start at.
440+
/// The offset this fragment should start at.
441441
const MCExpr *Offset;
442442

443-
/// Value - Value to use for filling bytes.
443+
/// Value to use for filling bytes.
444444
int8_t Value;
445445

446-
/// Loc - Source location of the directive that this fragment was created for.
446+
/// Source location of the directive that this fragment was created for.
447447
SMLoc Loc;
448448

449449
public:

0 commit comments

Comments
 (0)