From 5e799cc182fdab41b696b0dea036751d621ca4f5 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 12 Oct 2024 01:16:05 +1000 Subject: [PATCH] Fix spelling --- .github/actions/launchable/setup/action.yml | 2 +- doc/date/calendars.rdoc | 2 +- yjit/src/core.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/launchable/setup/action.yml b/.github/actions/launchable/setup/action.yml index 4b469ccd64..2d92cb7d99 100644 --- a/.github/actions/launchable/setup/action.yml +++ b/.github/actions/launchable/setup/action.yml @@ -35,7 +35,7 @@ inputs: required: false default: ${{ github.workspace }} description: >- - Directory to (re-)checkout source codes. Launchable retrives the commit information + Directory to (re-)checkout source codes. Launchable retrieves the commit information from the directory. launchable-workspace: diff --git a/doc/date/calendars.rdoc b/doc/date/calendars.rdoc index b8690841b1..2f5fe038c7 100644 --- a/doc/date/calendars.rdoc +++ b/doc/date/calendars.rdoc @@ -18,7 +18,7 @@ The reasons for the difference are religious/political histories. - On October 15, 1582, several countries changed from the Julian calendar to the Gregorian calendar; these included Italy, Poland, Portugal, and Spain. - Other contries in the Western world retained the Julian calendar. + Other countries in the Western world retained the Julian calendar. - On September 14, 1752, most of the British empire changed from the Julian calendar to the Gregorian calendar. diff --git a/yjit/src/core.rs b/yjit/src/core.rs index 732c5cbe2f..32bce76a01 100644 --- a/yjit/src/core.rs +++ b/yjit/src/core.rs @@ -4014,7 +4014,7 @@ unsafe fn remove_from_graph(blockref: BlockRef) { /// Tear down a block and deallocate it. /// Caller has to ensure that the code tracked by the block is not -/// running, as running code may hit [branch_stub_hit] who exepcts +/// running, as running code may hit [branch_stub_hit] who expects /// [Branch] to be live. /// /// We currently ensure this through the `jit_cont` system in cont.c