aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1996-02-01 22:41:55 +0000
committerDoug Evans <dje@gnu.org>1996-02-01 22:41:55 +0000
commit20be034b3ad21d8ce339c72bae1e6ad7a4a7fe10 (patch)
treec9921f9c06b4f75d553b6997d56c658bbd6700fa
parent767d6be44ee07217b11278375a28d890caaee7c0 (diff)
downloadgcc-20be034b3ad21d8ce339c72bae1e6ad7a4a7fe10.zip
gcc-20be034b3ad21d8ce339c72bae1e6ad7a4a7fe10.tar.gz
gcc-20be034b3ad21d8ce339c72bae1e6ad7a4a7fe10.tar.bz2
Fix comment.
From-SVN: r11153
-rw-r--r--gcc/config/h8300/h8300.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h
index a3492a6..9011f5f 100644
--- a/gcc/config/h8300/h8300.h
+++ b/gcc/config/h8300/h8300.h
@@ -1272,7 +1272,7 @@ do { char dstr[30]; \
should be a C expression to be executed when #pragma is seen. The
argument STREAM is the stdio input stream from which the source
text can be read. CH is the first character after the #pragma. The
- result of the expressionsis the terminating character found
+ result of the expression is the terminating character found
(newline or EOF). */
#define HANDLE_PRAGMA(FILE, CH) handle_pragma (FILE, CH)