From 92a463c13ef1fc0b64658c890db0ecc3f025d124 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 2 Jul 2007 13:52:28 +0000 Subject: [PATCH] no trighraphs in comments [r14883] --- include/libfirm/ircons.h | 2 +- include/libfirm/typerep.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libfirm/ircons.h b/include/libfirm/ircons.h index 765bd1629..2c2e71fff 100644 --- a/include/libfirm/ircons.h +++ b/include/libfirm/ircons.h @@ -756,7 +756,7 @@ * ir_node *new_Rot (ir_node *op, ir_node *k, ir_mode *mode) * --------------------------------------------------------- * - * Rotates the operand to the (right??) by k bits. + * Rotates the operand to the (right?) by k bits. * * ir_node *new_Carry (ir_node *op1, ir_node *op2, ir_mode *mode) * ------------------------------------------------------------ diff --git a/include/libfirm/typerep.h b/include/libfirm/typerep.h index a23c8d977..3ac1afd11 100644 --- a/include/libfirm/typerep.h +++ b/include/libfirm/typerep.h @@ -726,7 +726,7 @@ typedef struct tp_op tp_op; * Returns the string for the type opcode. * * @param op The type opcode to get the string from. - * @return a string. (@todo Null terminated???) + * @return a string. (@todo Null terminated?) */ const char *get_tpop_name (const tp_op *op); -- 2.20.1