diff options
Diffstat (limited to 'dmake/path.c')
-rw-r--r-- | dmake/path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmake/path.c b/dmake/path.c index ead163394175..d50b7593eec1 100644 --- a/dmake/path.c +++ b/dmake/path.c @@ -181,7 +181,7 @@ char *path; #ifdef HAVE_DRIVE_LETTERS - /* Change all occurences from DirBrkStr to *DirSepStr. This assumes + /* Change all occurrences from DirBrkStr to *DirSepStr. This assumes * that when HAVE_DRIVE_LETTERS is set the directory separator is * either '\' or '/'. */ if (*DirSepStr == '/') |