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.
bool converted = false;
tree moved;
/* Until C++23, this was only interesting for class type, but in C++23,
- we should do the below when we're converting rom/to a class/reference
+ we should do the below when we're converting from/to a class/reference
(a non-scalar type). */
if ((cxx_dialect < cxx23
? CLASS_TYPE_P (functype)