summaryrefslogtreecommitdiffstats
path: root/include/expression.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/expression.h')
-rw-r--r--include/expression.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/expression.h b/include/expression.h
index 4de53682..717b6755 100644
--- a/include/expression.h
+++ b/include/expression.h
@@ -208,9 +208,9 @@ enum expr_flags {
* @flags: mask of enum expr_flags
* @dtype: data type of expression
* @byteorder: byteorder of expression
- * @len: length of expression
- * @ops: expression ops
+ * @etype: expression type
* @op: operation for unary, binary and relational expressions
+ * @len: length of expression
* @union: type specific data
*/
struct expr {