Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:24
erlang
0160-Fix-typos-for-erts-emulator-asan.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0160-Fix-typos-for-erts-emulator-asan.patch of Package erlang
From 1c190362337ff692a9841d97239b20d873223a26 Mon Sep 17 00:00:00 2001 From: "Kian-Meng, Ang" <kianmeng@cpan.org> Date: Sat, 13 Nov 2021 14:20:23 +0800 Subject: [PATCH] Fix typos for erts/emulator/asan --- erts/emulator/asan/asan_logs_to_html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/erts/emulator/asan/asan_logs_to_html b/erts/emulator/asan/asan_logs_to_html index fad5ce7137..440570a266 100755 --- a/erts/emulator/asan/asan_logs_to_html +++ b/erts/emulator/asan/asan_logs_to_html @@ -152,7 +152,7 @@ match_loop(Out, Bin, RegEx0, LogAcc0, PrevEnd, Unmatched0, LM0) -> %% ErrorReport "(?:(==ERROR: AddressSanitizer:.*\n" "(?:.*\n)+?)" % any lines (non-greedy) - "(?:^(?:==|--)|\\z))" % stop at line begining with == or -- + "(?:^(?:==|--)|\\z))" % stop at line beginning with == or -- % or at end-of-string "|" %% Skipped @@ -188,7 +188,7 @@ match_loop(Out, Bin, RegEx0, LogAcc0, PrevEnd, Unmatched0, LM0) -> Unmatched1 = [BP({PrevEnd, Start-PrevEnd})|Unmatched0], TypeBin = BP(TypeIx), - %% We indentify a leak by its type (direct or indirect) + %% We identify a leak by its type (direct or indirect) %% and its full call stack. Key = {TypeBin, BP(StackIx)}, {LogAcc2, LM2} = @@ -360,7 +360,7 @@ try_delete_srcfile(LogAcc) -> ignore; #logacc{did_output=false} -> %% This file did not contribute any output. - %% Optimize future script invokations by removing it. + %% Optimize future script invocations by removing it. delete_file(LogAcc#logacc.srcfile); _ -> keep -- 2.31.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor