aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/call.c')
-rw-r--r--gcc/cp/call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/call.c b/gcc/cp/call.c
index 6e88708..4e5ccff 100644
--- a/gcc/cp/call.c
+++ b/gcc/cp/call.c
@@ -72,7 +72,7 @@ typedef enum conversion_rank {
/* An implicit conversion sequence, in the sense of [over.best.ics].
The first conversion to be performed is at the end of the chain.
- That conversion is always an cr_identity conversion. */
+ That conversion is always a cr_identity conversion. */
typedef struct conversion conversion;
struct conversion {