Skip to content

Commit

Permalink
Update sysimg.md - typo (#36144)
Browse files Browse the repository at this point in the history
typo in the last paragraph
  • Loading branch information
jamblejoe authored Jun 4, 2020
1 parent f65561f commit 865c636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/devdocs/sysimg.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ See code comments for each components for more implementation details.
parsing the metadata saved during system image generation.
Host feature detection and selection decision are done in `src/processor_*.cpp`
depending on the ISA. The target selection will prefer exact CPU name match,
larger vector register size, and larget number of features.
larger vector register size, and larger number of features.
An overview of this process is in `src/processor.cpp`.

2 comments on commit 865c636

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something went wrong when running your job:

NanosoldierError: error when preparing/pushing to report repo: failed process: Process(`git pull -X ours`, ProcessExited(128)) [128]

Unfortunately, the logs could not be uploaded.
cc @maleadt

Please sign in to comment.