From: Angie Chinchilla Date: Fri, 6 Apr 2012 15:06:56 +0000 (+0300) Subject: Clarify comment in wpa_supplicant/defconfig X-Git-Tag: hostap_2_0~756 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=540609c55fd4b08e85029b5907188bc748ee59b2;p=thirdparty%2Fhostap.git Clarify comment in wpa_supplicant/defconfig I think this comment, as originally stated, says the opposite of what is meant. Reword to help the next guy. Signed-hostap: Angie Chinchilla --- diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index 4aea57001..625065be6 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -430,7 +430,7 @@ CONFIG_PEERKEY=y # This tracks use of memory allocations and other registrations and reports # incorrect use with a backtrace of call (or allocation) location. #CONFIG_WPA_TRACE=y -# For BSD, comment out these. +# For BSD, uncomment these. #LIBS += -lexecinfo #LIBS_p += -lexecinfo #LIBS_c += -lexecinfo @@ -439,7 +439,7 @@ CONFIG_PEERKEY=y # This enables use of libbfd to get more detailed symbols for the backtraces # generated by CONFIG_WPA_TRACE=y. #CONFIG_WPA_TRACE_BFD=y -# For BSD, comment out these. +# For BSD, uncomment these. #LIBS += -lbfd -liberty -lz #LIBS_p += -lbfd -liberty -lz #LIBS_c += -lbfd -liberty -lz