Skip to content

Commit 13d6cd4

Browse files
authored
*: Correct spelling mistakes (#3555)
1 parent c727ec5 commit 13d6cd4

File tree

13 files changed

+18
-18
lines changed

13 files changed

+18
-18
lines changed

‎CHANGELOG.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This project adheres to Semantic Versioning.
4848
- Fix starlark slice unmarshaling (@andreimatei)
4949
- Restore breakpoints set with line offsets on restart (@aarzilli)
5050
- Check recursion level when printing pointers (@aarzilli)
51-
- Fix FrameDescriptionEntrie's append bug removing duplicates (@gocurr)
51+
- Fix FrameDescriptionEntries' append bug removing duplicates (@gocurr)
5252
- Read context from sigtrampgo fixing cgo stack traces on 1.21 (@aarzilli)
5353

5454
### Changed
@@ -301,7 +301,7 @@ This project adheres to Semantic Versioning.
301301
* DAP: Remote attach support (#2709, @polinasok)
302302
* DAP: Multi-client support (#2731, #2737, #2781, @polinasok)
303303
* DAP: Logpoints support (#2634, #2730, #2747, #2748, @suzmue)
304-
* DAP: Dissasembly view support (#2713, #2716, #2728, #2742, @suzmue)
304+
* DAP: Disassembly view support (#2713, #2716, #2728, #2742, @suzmue)
305305
* DAP: Support dlvCwd and use a temp file as default debug binary (#2660, #2734, @hyangah, @polinasok)
306306
* DAP: Auto-resume execution when setting breakpoints while running (#2726, @suzmue)
307307
* DAP: Add --client-addr flag to run dap with a predefined client (#2568, @hyangah)
@@ -590,7 +590,7 @@ This project adheres to Semantic Versioning.
590590
### Fixed
591591

592592
- Fixed target program crash after step-instruction (#1738, @aarzilli)
593-
- Fixed miscellaneus bugs related to debugging Position Indepentent Executables and plugins (#1775, @aarzilli)
593+
- Fixed miscellaneus bugs related to debugging Position Independent Executables and plugins (#1775, @aarzilli)
594594
- Always remove breakpoints during detach (#1772, @hengwu0)
595595
- Fixed Delve's exit status after the program has ended (#1781, @derekparker)
596596
- Fixed nil pointer dereference in FunctionReturnLocations (#1789, @aarzilli)
@@ -735,7 +735,7 @@ This project adheres to Semantic Versioning.
735735
- Fixed crashes when configuration file can not be created (@derekparker, @yuval-k, @aarzilli)
736736
- Fixed reported location of the go statement of goroutines (@derekparker)
737737
- Allow evaluation of constants specified without the full package path (@aarzilli)
738-
- Fixed some integer arithmetics bugs in proc (@functionary)
738+
- Fixed some integer arithmetic bugs in proc (@functionary)
739739
- Respect load configuration after reslicing a map (@aarzilli)
740740
- Fixed race condition between Halt and process death in the linux native backend (@aarzilli)
741741
- Support core files generated by gdb (@psanford)
@@ -872,7 +872,7 @@ This project adheres to Semantic Versioning.
872872

873873
### Added
874874

875-
- Go 1.8 Compatability (@aarzilli)
875+
- Go 1.8 Compatibility (@aarzilli)
876876
- Add Go 1.8 to test matrix (@derekparker)
877877
- Support NaN/Inf float values (@aarzilli)
878878
- Handle absence of stack barriers in Go 1.9 (@drchase)

‎Documentation/faq.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The substitute-path feature can be used to solve this problem, see `help config`
116116

117117
The `sources` command could also be useful in troubleshooting this problem, it shows the list of file paths that has been embedded by the compiler into the executable.
118118

119-
For more informations on path substitution see [path substitution](cli/substitutepath.md).
119+
For more information on path substitution see [path substitution](cli/substitutepath.md).
120120

121121
If you still think this is a bug in Delve and not a configuration problem, open an [issue](https://github.com/go-delve/delve/issues), filling the issue template and including the logs produced by delve with the options `--log --log-output=rpc,dap`.
122122

‎cmd/dlv/dlv_test.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ func TestTrace2(t *testing.T) {
947947
func TestTraceMultipleGoroutines(t *testing.T) {
948948
dlvbin := getDlvBin(t)
949949

950-
// TODO(derekparker) this test has to be a bit vague to avoid flakyness.
950+
// TODO(derekparker) this test has to be a bit vague to avoid flakiness.
951951
// I think a future improvement could be to use regexp captures to match the
952952
// goroutine IDs at function entry and exit.
953953
expected := []byte("main.callme(0, \"five\")\n")

‎pkg/proc/bininfo.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2063,7 +2063,7 @@ func (bi *BinaryInfo) findTypeExpr(expr ast.Expr) (godwarf.Type, error) {
20632063
}
20642064
bi.expandPackagesInType(expr)
20652065
if snode, ok := expr.(*ast.StarExpr); ok {
2066-
// Pointer types only appear in the dwarf informations when
2066+
// Pointer types only appear in the dwarf information when
20672067
// a pointer to the type is used in the target program, here
20682068
// we create a pointer type on the fly so that the user can
20692069
// specify a pointer to any variable used in the target program

‎pkg/proc/fncall.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ type functionCallState struct {
8787
// called function panics.
8888
panicvar *Variable
8989
// undoInjection is set after evalop.CallInjectionSetTarget runs and cleared by evalCallInjectionComplete
90-
// it contains informations on how to undo a function call injection without running it
90+
// it contains information on how to undo a function call injection without running it
9191
undoInjection *undoInjection
9292

9393
protocolReg uint64

‎pkg/proc/internal/ebpf/bpf/trace.bpf.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ int get_goroutine_id(function_parameter_list_t *parsed_args) {
157157

158158
__always_inline
159159
void parse_params(struct pt_regs *ctx, unsigned int n_params, function_parameter_t params[6]) {
160-
// Since we cannot loop in eBPF programs let's take adavantage of the
160+
// Since we cannot loop in eBPF programs let's take advantage of the
161161
// fact that in C switch cases will pass through automatically.
162162
switch (n_params) {
163163
case 6:

‎pkg/proc/native/registers_darwin_amd64.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ func registers(thread *nativeThread) (proc.Registers, error) {
298298
}
299299
kret = C.get_identity(C.mach_port_name_t(thread.os.threadAct), &identity)
300300
if kret != C.KERN_SUCCESS {
301-
return nil, fmt.Errorf("could not get thread identity informations")
301+
return nil, fmt.Errorf("could not get thread identity information")
302302
}
303303
/*
304304
thread_identifier_info::thread_handle contains the base of the

‎pkg/proc/proc_test.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5066,7 +5066,7 @@ func TestRefreshCurThreadSelGAfterContinueOnceError(t *testing.T) {
50665066
f, l, fn := p.BinInfo().PCToLine(pc)
50675067
t.Logf("Second continue did not return an error %s:%d %#v", f, l, fn)
50685068
if fn != nil && fn.Name == "runtime.fatalpanic" {
5069-
// this is also ok, it just means this debugserver supports --unmask-signals and it's working as intented.
5069+
// this is also ok, it just means this debugserver supports --unmask-signals and it's working as intended.
50705070
return
50715071
}
50725072
}

‎pkg/proc/target_exec.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ func frameoffCondition(frame *Stackframe) ast.Expr {
478478
}
479479

480480
// StepOut resumes the processes in the group, continuing the selected target
481-
// until until the current goroutine exits the function currently being
481+
// until the current goroutine exits the function currently being
482482
// executed or a deferred function is executed
483483
func (grp *TargetGroup) StepOut() error {
484484
backward := grp.GetDirection() == Backward

‎service/api/conversions.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func ConvertLogicalBreakpoint(lbp *proc.LogicalBreakpoint) *Breakpoint {
5353
return b
5454
}
5555

56-
// ConvertPhysicalBreakpoints adds informations from physical breakpoints to an API breakpoint.
56+
// ConvertPhysicalBreakpoints adds information from physical breakpoints to an API breakpoint.
5757
func ConvertPhysicalBreakpoints(b *Breakpoint, lbp *proc.LogicalBreakpoint, pids []int, bps []*proc.Breakpoint) {
5858
if len(bps) == 0 {
5959
if lbp != nil {

0 commit comments

Comments
 (0)