diff options
Diffstat (limited to 'gcc/java/jcf-depend.c')
-rw-r--r-- | gcc/java/jcf-depend.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/jcf-depend.c b/gcc/java/jcf-depend.c index 79d060a4b04..1c893e49349 100644 --- a/gcc/java/jcf-depend.c +++ b/gcc/java/jcf-depend.c @@ -96,8 +96,8 @@ add_entry (entp, name) if (last == NULL) { - // This is only true the first time through, when the entry list - // is empty. + /* This is only true the first time through, when the entry list + is empty. */ *entp = ent; } else |