summaryrefslogtreecommitdiff
path: root/dmake/sysintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'dmake/sysintf.c')
-rw-r--r--dmake/sysintf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/sysintf.c b/dmake/sysintf.c
index c8cf756b19b9..5d507a039b37 100644
--- a/dmake/sysintf.c
+++ b/dmake/sysintf.c
@@ -21,7 +21,7 @@
-- the second group is ideally provided by the C lib. However, there
-- are instances where the C lib implementation of the specified routine
-- does not exist, or is incorrect. In these instances the routine
--- must be provided by the the user in the system/ directory of dmake.
+-- must be provided by the user in the system/ directory of dmake.
-- (For example, the bsd/ dir contains code for putenv(), and tempnam())
--
-- DMAKE SPECIFIC:
@@ -737,7 +737,7 @@ Start_temp( suffix, cp, fname )/*
created. This is done because the routines that create a save temporary
file do not provide a definable suffix. The first (provided by Get_temp())
is save and unique and the second file is generated by adding the desired
- suffix the the first temporary file. The extra file is also linked to cp
+ suffix the first temporary file. The extra file is also linked to cp
so that it gets removed later.
The function returns the FILE pointer to the temporary file (with suffix
if specified) and leaves the file name in *fname.