summaryrefslogtreecommitdiffstats
path: root/dmake/sysintf.c
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2010-12-04 12:39:00 +0900
committerCaolán McNamara <caolanm@redhat.com>2010-12-05 17:18:37 +0000
commit7f11a1b9db7039cb3387930410accdba40a6061b (patch)
tree3a4a2b5a27d00f0b0f52892b42f2c15976e3b4ad /dmake/sysintf.c
parentfix PYTHON_LIBS (diff)
downloadcore-7f11a1b9db7039cb3387930410accdba40a6061b.tar.gz
core-7f11a1b9db7039cb3387930410accdba40a6061b.zip
Replace all occured, occurance etc.
Diffstat (limited to 'dmake/sysintf.c')
-rw-r--r--dmake/sysintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmake/sysintf.c b/dmake/sysintf.c
index d7b482a3e405..bed71916a1cd 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 ) {