diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-05 03:02:05 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-05 03:02:05 +0000 |
| commit | 755edffdacb0e09129b815d8e4dbb060d7fb6552 (patch) | |
| tree | 8b49720ac0b6412e56b800efc44c446f9ffb3646 /gcc/cp/semantics.c | |
| parent | 629f7e57c32f3b6aa9d92c1b5ef2f923ef749b48 (diff) | |
| download | ppe42-gcc-755edffdacb0e09129b815d8e4dbb060d7fb6552.tar.gz ppe42-gcc-755edffdacb0e09129b815d8e4dbb060d7fb6552.zip | |
* call.c: Fix comment typos.
* class.c: Likewise.
* cp-tree.h: Likewise.
* cvt.c: Likewise.
* decl2.c: Likewise.
* decl.c: Likewise.
* init.c: Likewise.
* mangle.c: Likewise.
* parser.c: Likewise.
* pt.c: Likewise.
* search.c: Likewise.
* semantics.c: Likewise.
* tree.c: Likewise.
* typeck.c: Likewise
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68956 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/semantics.c')
| -rw-r--r-- | gcc/cp/semantics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index 36645903196..b7b5d853102 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -2289,7 +2289,7 @@ expand_body (tree fn) /* Save the current file name and line number. When we expand the body of the function, we'll set INPUT_LOCATION so that - error-mesages come out in the right places. */ + error-messages come out in the right places. */ saved_loc = input_location; saved_function = current_function_decl; input_location = DECL_SOURCE_LOCATION (fn); |

