From ea4b78487cb4fa983c3bfa1f921c3b04f2fded93 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 25 Sep 2004 14:36:40 +0000 Subject: c-typeck.c, [...]: Fix comment formatting. * c-typeck.c, defaults.h, dwarf.h, dwarf2out.c, fold-const.c, gthr-dce.h, gthr-posix.h, gthr-solaris.h, gthr-win32.h, lambda-code.c, lambda-mat.c, libgcc2.c, stmt.c, tree-ssa-pre.c, tree-vn.c, tree.h: Fix comment formatting. From-SVN: r88102 --- gcc/stmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/stmt.c') diff --git a/gcc/stmt.c b/gcc/stmt.c index 099c5e7..0037b53 100644 --- a/gcc/stmt.c +++ b/gcc/stmt.c @@ -701,7 +701,7 @@ expand_asm_operands (tree string, tree outputs, tree inputs, /* Mark clobbered registers. */ if (i >= 0) { - /* Clobbering the PIC register is an error */ + /* Clobbering the PIC register is an error. */ if (i == (int) PIC_OFFSET_TABLE_REGNUM) { error ("PIC register %qs clobbered in %", regname); -- cgit v1.1