diff options
Diffstat (limited to 'dmake/sysintf.c')
-rw-r--r-- | dmake/sysintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmake/sysintf.c b/dmake/sysintf.c index 528178a49..dd95b4006 100644 --- a/dmake/sysintf.c +++ b/dmake/sysintf.c @@ -278,7 +278,7 @@ int last; /* Last recipe line in target. */ DB_RETURN( 0 ); } - /* Stop making the rest of the recipies for this target if an error occured + /* Stop making the rest of the recipies for this target if an error occurred * but the Continue (-k) flag is set to build as much as possible. */ if ( target->ce_attr & A_ERROR ) { if ( last ) { |