summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Bampton <jbampton@users.noreply.github.com>2024-10-12 01:16:05 +1000
committerGitHub <noreply@github.com>2024-10-11 15:16:05 +0000
commit5e799cc182fdab41b696b0dea036751d621ca4f5 (patch)
tree14d616a67bf1bdffe9b83ebca1ecbdd07b85a2c0
parentc044777562c72dd66d906a774d944208576e5ea2 (diff)
Fix spelling
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/11882 Merged-By: XrXr
-rw-r--r--.github/actions/launchable/setup/action.yml2
-rw-r--r--doc/date/calendars.rdoc2
-rw-r--r--yjit/src/core.rs2
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