Explorar el Código

qcacmn: init_deinit: Fix misspellings

Fix misspellings in init_deinit/...

Change-Id: Ibe881dbbfb5df9c9a9602c15ac843dd8491b561f
CRs-Fixed: 3304688
Jeff Johnson hace 2 años
padre
commit
126e35d716
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      init_deinit/dispatcher/inc/dispatcher_init_deinit.h

+ 2 - 1
init_deinit/dispatcher/inc/dispatcher_init_deinit.h

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2016-2018,2020 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2022 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
@@ -169,7 +170,7 @@ QDF_STATUS dispatcher_psoc_enable(struct wlan_objmgr_psoc *psoc);
  *
  * A component should abort all its ongign transaction with FW at this stage
  * for example scan component needs to abort all its ongoing scan in FW because
- * is goign to be stopped very soon.
+ * is going to be stopped very soon.
  *
  * Return: none
  */