From 69bc6f4f0c321da6d1e18b86d272360d4bd12028 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Mon, 2 Jul 2012 06:05:25 +0000 Subject: [PATCH] Fix typo. --- sys/dev/ath/ath_hal/ah.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ath/ath_hal/ah.h b/sys/dev/ath/ath_hal/ah.h index 45382639a099..0e1a14c26391 100644 --- a/sys/dev/ath/ath_hal/ah.h +++ b/sys/dev/ath/ath_hal/ah.h @@ -144,7 +144,7 @@ typedef enum { HAL_CAP_DS = 67, /* 2 stream */ HAL_CAP_BB_RX_CLEAR_STUCK_HANG = 68, HAL_CAP_MAC_HANG = 69, /* can MAC hang */ - HAL_CAP_MFP = 70, /* Manangement Frame Protection in hardware */ + HAL_CAP_MFP = 70, /* Management Frame Protection in hardware */ HAL_CAP_TS = 72, /* 3 stream */