aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-01-18 22:32:06 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-01-18 22:32:06 +0000
commit32dd366d5eb66118ffa3d59e4cc43df8c1452d18 (patch)
tree425ca14b83df83fc9ec4077dae150050d77bb259 /gcc/basic-block.h
parent634661fe5a3f091d6c4b15527ddc7cfc3e448469 (diff)
downloadgcc-32dd366d5eb66118ffa3d59e4cc43df8c1452d18.zip
gcc-32dd366d5eb66118ffa3d59e4cc43df8c1452d18.tar.gz
gcc-32dd366d5eb66118ffa3d59e4cc43df8c1452d18.tar.bz2
basic-block.h: Fix comment formatting.
* basic-block.h: Fix comment formatting. * calls.c: Likewise. * combine.c: Likewise. * convert.c: Likewise. * gcov.c: Likewise. * haifa-sched.c: Likewise. * libgcc2.c: Likewise. * loop.c: Likewise. * profile.c: Likewise. * system.h: Likewise. From-SVN: r61478
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r--gcc/basic-block.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h
index 5dd0007..fbc231e 100644
--- a/gcc/basic-block.h
+++ b/gcc/basic-block.h
@@ -117,7 +117,7 @@ do { \
64bit. Although a counter cannot be negative, we use a signed
type, because erroneous negative counts can be generated when the
flow graph is manipulated by various optimizations. A signed type
- makes those easy to detect. */
+ makes those easy to detect. */
typedef HOST_WIDEST_INT gcov_type;
/* Control flow edge information. */