diff options
Diffstat (limited to 'gas/macro.h')
-rw-r--r-- | gas/macro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/macro.h b/gas/macro.h index 7710215..0de7d16 100644 --- a/gas/macro.h +++ b/gas/macro.h @@ -35,7 +35,7 @@ list of formal arguments, and also keeps a hash table which points into the list to speed up formal search. Each formal knows its name and its default value. Each time the macro is expanded, the - formals get the actual values attatched to them. */ + formals get the actual values attached to them. */ /* Describe the formal arguments to a macro. */ |