diff options
author | Andrew MacLeod <amacleod@redhat.com> | 2021-06-17 09:07:19 -0400 |
---|---|---|
committer | Andrew MacLeod <amacleod@redhat.com> | 2021-06-17 10:12:38 -0400 |
commit | 8cbaa09333d3e338a438b067a0c18d2d9673fc1a (patch) | |
tree | b2c28e870afb6f127bbe0701ec5ac504a53ef920 /gcc/value-range.h | |
parent | 2b87f3318cf6334a3a42dcf27f2fdec0fce04665 (diff) | |
download | gcc-8cbaa09333d3e338a438b067a0c18d2d9673fc1a.zip gcc-8cbaa09333d3e338a438b067a0c18d2d9673fc1a.tar.gz gcc-8cbaa09333d3e338a438b067a0c18d2d9673fc1a.tar.bz2 |
Fix spacing and typos in comments.
* gimple-range-cache.cc: Comment cleanups.
* gimple-range-gori.cc: Comment cleanups.
* gimple-range.cc: Comment/spacing cleanups
* value-range.h: Comment cleanups.
Diffstat (limited to 'gcc/value-range.h')
-rw-r--r-- | gcc/value-range.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/value-range.h b/gcc/value-range.h index 3e58dad..a8adc50 100644 --- a/gcc/value-range.h +++ b/gcc/value-range.h @@ -657,7 +657,7 @@ irange_allocator::~irange_allocator () obstack_free (&m_obstack, NULL); } -// Provide a hunk of memory from the obstack +// Provide a hunk of memory from the obstack. inline void * irange_allocator::get_memory (unsigned num_bytes) { |