Fix stray '/' in comment added by r17-312-g423eb6def78cfd.
Successfully bootstrapped & regrtested on aarch64-unknown-linux-gnu
Pushed to trunk as r17-361-g554f7b2d55348a.
gcc/ChangeLog:
* value-range.h: Remove stray slash in comment.
Signed-off-by: David Malcolm <[email protected]>
---
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 d59c4283caa..eaf29236d99 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
--
2.49.0