(clear_storage): Add comment terminator.
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 12 Mar 1996 17:42:04 +0000 (09:42 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 12 Mar 1996 17:42:04 +0000 (09:42 -0800)
From-SVN: r11518

gcc/expr.h

index 56034e269051055a8f2a2a6fbb8434f39d3652eb..104ec0355864599aeadf3fb65605ff2ff68e5864 100644 (file)
@@ -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.  */