[pushed:,r17-361] value-range.h: fix typo in comment
Commit Message
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 <dmalcolm@redhat.com>
---
gcc/value-range.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -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