qcacmn: utils: Fix misspellings

Address the following issues in the utils folder:
CHECK: 'interupt' may be misspelled - perhaps 'interrupt'?
CHECK: 'ommitted' may be misspelled - perhaps 'omitted'?
CHECK: 'TRESHOLD' may be misspelled - perhaps 'THRESHOLD'?

Change-Id: Ic9c2fdf2566f3bdd8c37906e52ed65d4dc1d1563
CRs-Fixed: 2241587
This commit is contained in:
Jeff Johnson
2018-05-12 13:27:52 -07:00
committed by nshrivas
parent b4c573c773
commit c7bfa72ec1
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2017 The Linux Foundation. All rights reserved.
* Copyright (c) 2014-2018 The Linux Foundation. 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
@@ -101,7 +101,7 @@
/* LOG_BASE_C is what was used before expanding the use of the equipment ID.
* TODO: Once all targets are using the "core" diag system, this should be
* ommitted. */
* omitted. */
#define LOG_BASE_C LOG_1X_BASE_C
/* -------------------------------------------------------------------------