Tweak wording to be more clear.
[oweals/openssl.git] / doc / crypto / OPENSSL_ia32cap.pod
index 90156d21901b69337ef8045116874e24f66e9db8..5bcb82e3cfedf65512376ca036c23d3182f2b914 100644 (file)
@@ -6,7 +6,7 @@ OPENSSL_ia32cap, OPENSSL_ia32cap_loc - the IA-32 processor capabilities vector
 
 =head1 SYNOPSIS
 
- unsigned int *OPENSSL_ia32cap_loc(void);
+ unsigned long *OPENSSL_ia32cap_loc(void);
  #define OPENSSL_ia32cap ((OPENSSL_ia32cap_loc())[0])
 
 =head1 DESCRIPTION