@@ -1118,7 +1118,7 @@ hash_findix(struct hash_table *hash, const char *str)
11181118}
11191119
11201120/*
1121- * read line from standart macros set,
1121+ * read line from standard macros set,
11221122 * if there no more left -- return NULL
11231123 */
11241124static char * line_from_stdmac (void )
@@ -2781,7 +2781,7 @@ smacro_expand_default(const SMacro *s, Token **params, int nparams)
27812781}
27822782
27832783/*
2784- * Emit a macro defintion or undef to the listing file or debug format
2784+ * Emit a macro definition or undef to the listing file or debug format
27852785 * if desired. This is similar to detoken(), but it handles the
27862786 * reverse expansion list, does not expand %! or local variable
27872787 * tokens, and does some special handling for macro parameters.
@@ -3272,7 +3272,7 @@ static bool parse_mmacro_spec(Token *tline, MMacro *def, const char *directive)
32723272 * comma = NULL ;
32733273 def -> ndefs -- ;
32743274 nasm_warn (WARN_MACRO_PARAMS_LEGACY ,
3275- "dropping trailing empty default parameter in defintion of multi-line macro `%s'" ,
3275+ "dropping trailing empty default parameter in definition of multi-line macro `%s'" ,
32763276 def -> name );
32773277 }
32783278 } else {
@@ -3486,7 +3486,7 @@ static int line_directive(Token *origline, Token *tline)
34863486 const char * fname ;
34873487 /*
34883488 * If this is a quoted string, ignore anything after
3489- * it; this allows for compatiblity with gcc's
3489+ * it; this allows for compatibility with gcc's
34903490 * additional flags options.
34913491 */
34923492
@@ -3608,7 +3608,7 @@ static int do_directive(Token *tline, Token **output)
36083608 * output = NULL ; /* No output generated */
36093609 origline = tline ;
36103610
3611- /* cpp-like line directive, must not be preceeded by whitespace */
3611+ /* cpp-like line directive, must not be preceded by whitespace */
36123612 if (tok_is (tline , '#' ))
36133613 return line_directive (origline , tline );
36143614
@@ -3761,7 +3761,7 @@ static int do_directive(Token *tline, Token **output)
37613761 const char * arg ;
37623762
37633763 /* Directive to tell NASM what the default stack size is. The
3764- * default is for a 16-bit stack, and this can be overriden with
3764+ * default is for a 16-bit stack, and this can be overridden with
37653765 * %stacksize large.
37663766 */
37673767 tline = skip_white (tline -> next );
@@ -4947,7 +4947,7 @@ static inline bool pp_concat_match(const Token *t, enum concat_flags mask)
49474947}
49484948
49494949/*
4950- * This routines walks over tokens strem and handles tokens
4950+ * This routines walks over tokens stream and handles tokens
49514951 * pasting, if @handle_explicit passed then explicit pasting
49524952 * term is handled, otherwise -- implicit pastings only.
49534953 * The @m array can contain a series of token types which are
@@ -6370,7 +6370,7 @@ static void list_mmacro_call(const MMacro *m)
63706370 * p ++ = ',' ;
63716371 }
63726372
6373- * -- p = '\0' ; /* Replace last delimeter with null */
6373+ * -- p = '\0' ; /* Replace last delimiter with null */
63746374 lfmt -> line (LIST_MACRO , -1 , buf );
63756375 nasm_free (buf );
63766376}
@@ -6971,7 +6971,7 @@ static void pp_reset_stdmac(enum preproc_mode mode)
69716971 * 0 = dependencies only
69726972 * 1 = preparatory passes
69736973 * 2 = final pass
6974- * 3 = preproces only
6974+ * 3 = preprocess only
69756975 */
69766976 switch (mode ) {
69776977 case PP_NORMAL :
0 commit comments