From 4a1fadaf5207e46d19c64e5773ff8d9e65e607d7 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 30 Aug 2009 21:14:05 +0000 Subject: [PATCH] Tweak comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80516 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/MC/MCStreamer.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/llvm/MC/MCStreamer.h b/include/llvm/MC/MCStreamer.h index 8ca51219e12..09fd68a1cc9 100644 --- a/include/llvm/MC/MCStreamer.h +++ b/include/llvm/MC/MCStreamer.h @@ -198,11 +198,9 @@ namespace llvm { /// /// This is used to implement assembler directives such as .org. /// - /// @param Offset - The offset to reach.This may be an expression, but the + /// @param Offset - The offset to reach. This may be an expression, but the /// expression must be associated with the current section. /// @param Value - The value to use when filling bytes. - // - // FIXME: How are we going to signal failures out of this? virtual void EmitValueToOffset(const MCValue &Offset, unsigned char Value = 0) = 0; -- 2.34.1