summaryrefslogtreecommitdiff
path: root/src/distutils2/compiler/bcppcompiler.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/distutils2/compiler/bcppcompiler.py')
-rw-r--r--src/distutils2/compiler/bcppcompiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/distutils2/compiler/bcppcompiler.py b/src/distutils2/compiler/bcppcompiler.py
index 7587048..71100df 100644
--- a/src/distutils2/compiler/bcppcompiler.py
+++ b/src/distutils2/compiler/bcppcompiler.py
@@ -249,7 +249,7 @@ class BCPPCompiler(CCompiler) :
# list of object files
ld_args.extend(objects)
- # XXX the command-line syntax for Borland C++ is a bit wonky;
+ # XXX the command line syntax for Borland C++ is a bit wonky;
# certain filenames are jammed together in one big string, but
# comma-delimited. This doesn't mesh too well with the
# Unix-centric attitude (with a DOS/Windows quoting hack) of