qcacld-3.0: Fix misspelling "sceurity"

Fix misspelling: "sceurity" => "security".

Change-Id: Idaf2f1a19b5376ec0cb44cb2c995c56f689e4a4d
CRs-Fixed: 3429926
This commit is contained in:
Jeff Johnson
2023-03-09 15:08:56 -08:00
committed by Madan Koyyalamudi
parent c031a55590
commit b7d54a9d11

View File

@@ -1,6 +1,6 @@
/*
* Copyright (c) 2017-2021 The Linux Foundation. All rights reserved.
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2022-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
@@ -273,7 +273,7 @@ struct nan_datapath_pmk {
};
/**
* struct nan_datapath_scid - structure to hold sceurity context identifier
* struct nan_datapath_scid - structure to hold security context identifier
* @scid_len: length of scid
* @scid: scid
*/