From: Kurt Zeilenga Date: Tue, 2 Nov 1999 17:32:36 +0000 (+0000) Subject: Fix typo. X-Git-Tag: OPENLDAP_REL_ENG_1_2_8~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=50be0cab7f1c5c3bf4d5c0982dc31c3566d019c8;p=openldap Fix typo. --- diff --git a/include/ac/bytes.h b/include/ac/bytes.h index b4b674a04d..4a75842afa 100644 --- a/include/ac/bytes.h +++ b/include/ac/bytes.h @@ -13,7 +13,7 @@ #define _AC_BYTES_H #if defined( LDAP_INT4_TYPE ) && defined( LDAP_INT2_TYPE ) - /* cross compilers should define LDAP_INT{2,4}_TYPE in CPPFLAS */ + /* cross compilers should define LDAP_INT{2,4}_TYPE in CPPFLAGS */ typedef LDAP_INT4_TYPE LDAP_INT4; typedef signed LDAP_INT4_TYPE LDAP_SINT4; typedef unsigned LDAP_INT4_TYPE LDAP_UINT4;