Skip to content

Commit 7e25e3f

Browse files
Update src/lib/core/CHIPError.h
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent e36a420 commit 7e25e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/core/CHIPError.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ using CHIP_ERROR = ::chip::ChipError;
852852
*
853853
* @brief
854854
* Report a multi-part operation as having had failures.
855-
* This is used as an aggregate of a single CHIP_ERROR when several undelying
855+
* This is used as an aggregate of a single CHIP_ERROR when several underlying
856856
* calls may have failed and no single point of failure is reported.
857857
*/
858858
#define CHIP_ERROR_HAD_FAILURES CHIP_CORE_ERROR(0x29)

0 commit comments

Comments
 (0)