aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index 56034e2..104ec03 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -635,7 +635,7 @@ extern void use_regs PROTO((rtx*, int, int));
/* Write zeros through the storage of OBJECT.
If OBJECT has BLKmode, SIZE is its length in bytes and ALIGN is its
- alignment.
+ alignment. */
extern void clear_storage PROTO((rtx, rtx, int));
/* Emit insns to set X from Y. */