From b9e0056255ff5c67eb7dc5d7b6a410bbe3cc693e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 3 Nov 2002 07:56:25 +0000 Subject: [PATCH] Fix misspellings in comments. --- src/symtab.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/symtab.c b/src/symtab.c index 2eb2368f..7a2ac14b 100644 --- a/src/symtab.c +++ b/src/symtab.c @@ -104,7 +104,7 @@ symbol_destructor_set (symbol_t *symbol, char *destructor, location_t location) /*----------------------------------------------------------------. -| Set the PRITNER associated to SYMBOL. Do nothing if passed 0. | +| Set the PRINTER associated to SYMBOL. Do nothing if passed 0. | `----------------------------------------------------------------*/ void @@ -330,7 +330,7 @@ symbol_pack (symbol_t *this) this->number = this->alias->number; } } - /* Do not do processing below for USER_NUMBER_ALIASs. */ + /* Do not do processing below for USER_NUMBER_ALIASes. */ if (this->user_token_number == USER_NUMBER_ALIAS) return true; } -- 2.47.2