summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bc193350e4..efbe107b02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
Mon Oct 25 16:38:07 2010 URABE Shyouhei <shyouhei@ruby-lang.org>
* signal.c (rb_atomic_t): GCC (of at least recent versions)
- has ubiquitos support for atomic operations. On that
- compiler a C program can isse a memory barrier using these
+ has ubiquitous support for atomic operations. On that
+ compiler a C program can issue a memory barrier using these
dedicated instructions. According to the GCC manual they
cargo culted this feature form the Itanium ABI so chances
are that other compilers could also support this feature.