Skip to content

Commit 2b006ca

Browse files
author
Andy Dalton
committed
Address Nathan's comment
* s/this intention/the intention/
1 parent 9e69e79 commit 2b006ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userspace/libsinsp/capture_stats_source.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class scap_stats;
2525
/**
2626
* Interface to an object that can provide capture statistics.
2727
*
28-
* Note that this intention here is to apply the Interface Segregation
28+
* Note that the intention here is to apply the Interface Segregation
2929
* Principle (ISP) to class sinsp. Some clients of sinsp need only the
3030
* get_capture_stats() API, and this interface exposes only that API. Do
3131
* not add additional APIs here. If some client of sinsp needs a different

0 commit comments

Comments
 (0)