summaryrefslogtreecommitdiff
path: root/erts/etc/win32/cygwin_tools/mingw/cc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'erts/etc/win32/cygwin_tools/mingw/cc.sh')
-rwxr-xr-xerts/etc/win32/cygwin_tools/mingw/cc.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/etc/win32/cygwin_tools/mingw/cc.sh b/erts/etc/win32/cygwin_tools/mingw/cc.sh
index 0b321a5099..681476d6eb 100755
--- a/erts/etc/win32/cygwin_tools/mingw/cc.sh
+++ b/erts/etc/win32/cygwin_tools/mingw/cc.sh
@@ -2,7 +2,7 @@
#
# %CopyrightBegin%
#
-# Copyright Ericsson AB 2006-2016. All Rights Reserved.
+# Copyright Ericsson AB 2006-2021. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -269,7 +269,7 @@ if [ $LINKING = true ]; then
*)
out_spec="-o $OUTFILE";;
esac
- # Descide which standard library to link against
+ # Decide which standard library to link against
case $MD in
-ML)
stdlib="-lLIBC";;