Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 2020 03:14:18 +0000 (UTC)
From:      Rebecca Cran <bcran@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r359063 - head/sys/dev/ath/ath_hal
Message-ID:  <202003180314.02I3EI7e062742@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bcran
Date: Wed Mar 18 03:14:17 2020
New Revision: 359063
URL: https://svnweb.freebsd.org/changeset/base/359063

Log:
  ath_hal: fix typo in ath_hal_printf

Modified:
  head/sys/dev/ath/ath_hal/ah_regdomain.c

Modified: head/sys/dev/ath/ath_hal/ah_regdomain.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ah_regdomain.c	Wed Mar 18 02:58:18 2020	(r359062)
+++ head/sys/dev/ath/ath_hal/ah_regdomain.c	Wed Mar 18 03:14:17 2020	(r359063)
@@ -695,7 +695,7 @@ getchannels(struct ath_hal *ah,
 		else if (cm->flags & IEEE80211_CHAN_2GHZ)
 			rd = rd2GHz;
 		else {
-			ath_hal_printf(ah, "%s: Unkonwn HAL flags 0x%x\n",
+			ath_hal_printf(ah, "%s: Unknown HAL flags 0x%x\n",
 			    __func__, cm->flags);
 			return HAL_EINVAL;
 		}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003180314.02I3EI7e062742>