]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/bitmap.h
alias.c: Fix comment formatting.
[thirdparty/gcc.git] / gcc / bitmap.h
index d722003488047100adf0144e2629217067b07c86..4191542d3ac5fc9ff0b237f77d757a5a45e6a0af 100644 (file)
@@ -305,7 +305,7 @@ do {                                                                        \
                                                                        \
   for (; ptr1_ != 0 ; ptr1_ = ptr1_->next)                             \
     {                                                                  \
-      /* Advance BITMAP2 to the equivalent link */                     \
+      /* Advance BITMAP2 to the equivalent link.  */                   \
       while (ptr2_ != 0 && ptr2_->indx < ptr1_->indx)                  \
        ptr2_ = ptr2_->next;                                            \
                                                                        \