]> git.ipfire.org Git - thirdparty/gcc.git/commit
c++: Fix a comment typo
authorJakub Jelinek <jakub@redhat.com>
Wed, 5 Mar 2025 05:42:48 +0000 (06:42 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 5 Mar 2025 05:42:48 +0000 (06:42 +0100)
commitb85b405ed333a428a51b68cb914a48ac31bf0203
tree2c95b877bbb432703efad539c036b2a0c42daf4b
parent1853b02d8c127740055242123db2d32cf9476ea9
c++: Fix a comment typo

During the 118874 coro investigation I found a typo in a comment.

Fixed thusly.

2025-03-05  Jakub Jelinek  <jakub@redhat.com>

* typeck.cc (check_return_expr): Fix comment typo, rom -> from.
gcc/cp/typeck.cc