Explorar el Código

qcacld-3.0: Fix misspelling "partiular"

Fix misspelling "partiular" in ani_global.h.

Change-Id: I8f4f245c83d69f7c73cfdce048f6e4674f2d17c6
CRs-Fixed: 3417366
Jeff Johnson hace 2 años
padre
commit
a8d5cd0905
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      core/mac/inc/ani_global.h

+ 2 - 2
core/mac/inc/ani_global.h

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
- * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -467,7 +467,7 @@ typedef struct sAniSirLim {
 
 	/* Used on STA for AC downgrade. This is a dynamic mask
 	 * setting which keep tracks of ACs being admitted.
-	 * If bit is set to 0: That partiular AC is not admitted
+	 * If bit is set to 0: That particular AC is not admitted
 	 * If bit is set to 1: That particular AC is admitted
 	 */
 	uint8_t gAcAdmitMask[SIR_MAC_DIRECTION_DIRECT];