diff --git a/examples/plugins/http-requests/http-requests.c b/examples/plugins/http-requests/http-requests.c index 966dd2527..8694967a3 100644 --- a/examples/plugins/http-requests/http-requests.c +++ b/examples/plugins/http-requests/http-requests.c @@ -47,7 +47,7 @@ int kprobe__skb_copy_datagram_iter(struct pt_regs *ctx, const struct sk_buff *sk default: return 0; } - /* The socket type and procotol are not directly addressable since they are + /* The socket type and protocol are not directly addressable since they are bitfields. We access them by assuming sk_write_queue is immediately before them (admittedly pretty hacky). */ diff --git a/prog/main.go b/prog/main.go index 9cc5c57d3..482091531 100644 --- a/prog/main.go +++ b/prog/main.go @@ -277,7 +277,7 @@ func main() { case "help": flag.PrintDefaults() default: - fmt.Printf("command '%s' not recognices", mode) + fmt.Printf("command '%s' not recognized", mode) os.Exit(1) } } diff --git a/report/report.go b/report/report.go index 75c8e591b..c72aeb832 100644 --- a/report/report.go +++ b/report/report.go @@ -66,8 +66,8 @@ type Report struct { // present. Deployment Topology - // ReplicaSet nodes represent all Kubernetes replicasets running on hosts running probes. - // Metadata includes things like replicaset id, name etc. Edges are not + // ReplicaSet nodes represent all Kubernetes ReplicaSets running on hosts running probes. + // Metadata includes things like ReplicaSet id, name etc. Edges are not // present. ReplicaSet Topology