aboutsummaryrefslogtreecommitdiff
path: root/gcc/bitmap.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2002-01-18 13:40:36 +0000
committerKazu Hirata <kazu@hxi.com>2002-01-18 13:40:36 +0000
commit69d017404e51db0c49add970f0c1c7bcdda0385b (patch)
tree5c9fe756812fe0ac947a0d1762e2cb3c3e7adaf6 /gcc/bitmap.h
parentca8afdda24916219dd298630085df3ed8acbb6f8 (diff)
* bitmap.h: Fix comment formatting.
* combine.c: Likewise. * cppfiles.c: Likewise. * c-pragma.h: Likewise. * c-typeck.c: Likewise. * df.c: Likewise. * dwarf2out.c: Likewise. * function.c: Likewise. * gcc.c: Likewise. * genattrtab.c: Likewise. * gthr-win32.h: Likewise. * haifa-sched.c: Likewise. * predict.c: Likewise. * rtlanal.c: Likewise. * rtl.h: Likewise. * unwind-dw2-fde.h: Likewise. * unwind-pe.h: Likewise. * vmsdbgout.c: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@48987 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/bitmap.h')
-rw-r--r--gcc/bitmap.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/bitmap.h b/gcc/bitmap.h
index 802642af804..8925d86b210 100644
--- a/gcc/bitmap.h
+++ b/gcc/bitmap.h
@@ -1,5 +1,6 @@
/* Functions to support general ended bitmaps.
- Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
+ Free Software Foundation, Inc.
This file is part of GCC.
@@ -311,7 +312,7 @@ do { \
\
if (ptr2_ == 0) \
{ \
- /* If there are no more elements in BITMAP2, exit loop now.*/ \
+ /* If there are no more elements in BITMAP2, exit loop now. */ \
ptr1_ = (bitmap_element *)0; \
break; \
} \