aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-25 14:36:40 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-09-25 14:36:40 +0000
commitea4b78487cb4fa983c3bfa1f921c3b04f2fded93 (patch)
tree5867ad91eef65934da4de107a8e9e80facc6cfd6 /gcc/stmt.c
parente75220c8ced33002009c5c9aa43a6db9015c9f50 (diff)
downloadgcc-ea4b78487cb4fa983c3bfa1f921c3b04f2fded93.zip
gcc-ea4b78487cb4fa983c3bfa1f921c3b04f2fded93.tar.gz
gcc-ea4b78487cb4fa983c3bfa1f921c3b04f2fded93.tar.bz2
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
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r--gcc/stmt.c2
1 files changed, 1 insertions, 1 deletions
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 %<asm%>", regname);