https://gcc.gnu.org/g:554f7b2d55348a12fd4145ce8173c9123e91aa29
commit r17-361-g554f7b2d55348a12fd4145ce8173c9123e91aa29 Author: David Malcolm <[email protected]> Date: Wed May 6 10:05:07 2026 -0400 value-range.h: fix typo in comment Fix stray '/' in comment added by r17-312-g423eb6def78cfd. Successfully bootstrapped & regrtested on aarch64-unknown-linux-gnu gcc/ChangeLog: * value-range.h: Remove stray slash in comment. Signed-off-by: David Malcolm <[email protected]> Diff: --- gcc/value-range.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/value-range.h b/gcc/value-range.h index d59c4283caae..eaf29236d997 100644 --- a/gcc/value-range.h +++ b/gcc/value-range.h @@ -767,7 +767,7 @@ public: // // Using any of the various constructors initializes the object // appropriately, but the default constructor is uninitialized and -// must be initialized either with set_range_class() or by assigning into /it. +// must be initialized either with set_range_class() or by assigning into it. // // Assigning between incompatible types is allowed. For example if a // temporary holds an irange, you can assign an frange into it, and
