Fix typos (#129)

- typo fixes
This commit is contained in:
oluceps
2024-08-10 16:31:09 +08:00
committed by GitHub
parent fbfbc09b89
commit b7be8a114d
11 changed files with 13 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
**UNFINISHED YET**: The offset of goid field is hardcoded. It was only tested on the bundled `go-server-http`. It MAY NOT WORK on other go programs.
The bundled fo program was compiled using go 1.17.0. The executable and source could be found at folder `go-server-http`.
The bundled of program was compiled using go 1.17.0. The executable and source could be found at folder `go-server-http`.
This example traces the state switch of goroutines, and prints the corresponding state, goid, pid and tgid.