]> git.sur5r.net Git - openldap/commitdiff
Fix typo.
authorKurt Zeilenga <kurt@openldap.org>
Tue, 2 Nov 1999 17:32:36 +0000 (17:32 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 2 Nov 1999 17:32:36 +0000 (17:32 +0000)
include/ac/bytes.h

index b4b674a04dde5de0c8ccc73fb3acd29ee7b06b95..4a75842afa89f32abc8a928315c3be6ab5584eb1 100644 (file)
@@ -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;