From 689ee8345c68da580bd02cc53c36d1fe1391aab0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 8 Nov 2010 09:35:47 +0100 Subject: [PATCH] xattr-check: correct the comment as well --- m4/curl-functions.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/curl-functions.m4 b/m4/curl-functions.m4 index bf8a31b..1bbd330 100644 --- a/m4/curl-functions.m4 +++ b/m4/curl-functions.m4 @@ -419,7 +419,7 @@ curl_includes_sys_uio="\ dnl CURL_INCLUDES_SYS_XATTR dnl ------------------------------------------------- dnl Set up variable with list of headers that must be -dnl included when sys/uio.h is to be included. +dnl included when sys/xattr.h is to be included. AC_DEFUN([CURL_INCLUDES_SYS_XATTR], [ curl_includes_sys_xattr="\ -- 2.7.4