diff options
| author | Josh Soref <timeless@gmail.com> | 2016-04-07 11:50:13 +0300 |
|---|---|---|
| committer | Josh Soref <timeless@gmail.com> | 2016-04-07 11:50:13 +0300 |
| commit | 73d27510c0d7022384a611269af22ff01634c6d0 (patch) | |
| tree | eb0ab93595aeabe0e6033127a3e1a8764f31e706 /auto/cc | |
| parent | 2f9f3453f2580337234de1c4ac14ae1c583201eb (diff) | |
| download | nginx-73d27510c0d7022384a611269af22ff01634c6d0.tar.gz nginx-73d27510c0d7022384a611269af22ff01634c6d0.tar.bz2 | |
Fixed spelling.
Diffstat (limited to 'auto/cc')
| -rw-r--r-- | auto/cc/icc | 4 |
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() |
