Skip to content

Commit b495b5b

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

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
@@ -841,7 +841,7 @@ using CHIP_ERROR = ::chip::ChipError;
841841
* @def CHIP_ERROR_IN_USE
842842
*
843843
* @brief
844-
* A value is already used. Generally indicates an unavailable resrouce.
844+
* A value is already used. Generally indicates an unavailable resource.
845845
* As opposed to CHIP_ERROR_BUSY, the use is not considered transient/temporary.
846846
*
847847
*/

0 commit comments

Comments
 (0)