Skip to content

Commit 38c0c6d

Browse files
Improve grammar in comment
1 parent 62f8dd4 commit 38c0c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/utilities/log_router/log_router.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ static void esp_log_router_shutdown(void)
286286

287287
esp_err_t esp_log_router_to_file(const char* file_path, const char* tag, esp_log_level_t level)
288288
{
289-
// Create mutex for thread safety, the first time we ran
289+
// Create mutex for thread safety, the first time this function is called.
290290
if (g_log_router_mutex == NULL) {
291291
g_log_router_mutex = xSemaphoreCreateMutex();
292292
if (g_log_router_mutex == NULL) {

0 commit comments

Comments
 (0)