summaryrefslogtreecommitdiffhomepage
path: root/auto/cc
diff options
context:
space:
mode:
authorJosh Soref <timeless@gmail.com>2016-04-07 11:50:13 +0300
committerJosh Soref <timeless@gmail.com>2016-04-07 11:50:13 +0300
commit73d27510c0d7022384a611269af22ff01634c6d0 (patch)
treeeb0ab93595aeabe0e6033127a3e1a8764f31e706 /auto/cc
parent2f9f3453f2580337234de1c4ac14ae1c583201eb (diff)
downloadnginx-73d27510c0d7022384a611269af22ff01634c6d0.tar.gz
nginx-73d27510c0d7022384a611269af22ff01634c6d0.tar.bz2
Fixed spelling.
Diffstat (limited to 'auto/cc')
-rw-r--r--auto/cc/icc4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/cc/icc b/auto/cc/icc
index 1d83ed37a..1c0df1a99 100644
--- a/auto/cc/icc
+++ b/auto/cc/icc
@@ -89,7 +89,7 @@ CFLAGS="$CFLAGS -wd1419"
case "$NGX_ICC_VER" in
9.*)
- # "cc" clobber ignored, warnings for Liunx's htonl()/htons()
+ # "cc" clobber ignored, warnings for Linux's htonl()/htons()
CFLAGS="$CFLAGS -wd1469"
# explicit conversion of a 64-bit integral type to a smaller
# integral type
@@ -103,7 +103,7 @@ case "$NGX_ICC_VER" in
;;
8.*)
- # "cc" clobber ignored, warnings for Liunx's htonl()/htons()
+ # "cc" clobber ignored, warnings for Linux's htonl()/htons()
CFLAGS="$CFLAGS -wd1469"
# floating-point equality and inequality comparisons are unreliable,
# warning on SvTRUE()