Skip to content

Commit

Permalink
Fix typo CRI -> docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mstemm committed Mar 28, 2019
1 parent b74ceaf commit 34d7859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/libsinsp/container_engine/docker_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ bool docker::resolve(sinsp_container_manager* manager, sinsp_threadinfo* tinfo,
{
if(!g_docker_info_source->pending_lookup(container_id))
{
// give CRI a chance to return metadata for this container
// give docker a chance to return metadata for this container
parse_docker_async(manager->get_inspector(), container_id, manager);

g_docker_info_source->set_top_tid(container_id, tinfo);
Expand Down

0 comments on commit 34d7859

Please sign in to comment.