]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
value-range.h: fix typo in comment
authorDavid Malcolm <dmalcolm@redhat.com>
Wed, 6 May 2026 14:05:07 +0000 (10:05 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Wed, 6 May 2026 14:05:07 +0000 (10:05 -0400)
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 <dmalcolm@redhat.com>
gcc/value-range.h

index d59c4283caaea70a4f56e7f56bf0a48d9a17ccfc..eaf29236d99792873b1071ef72d891869efc510d 100644 (file)
@@ -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