summaryrefslogtreecommitdiff
path: root/ruby/src/IceRuby/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/src/IceRuby/Config.h')
-rw-r--r--ruby/src/IceRuby/Config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/src/IceRuby/Config.h b/ruby/src/IceRuby/Config.h
index fa5a8772a74..16d0d820cb4 100644
--- a/ruby/src/IceRuby/Config.h
+++ b/ruby/src/IceRuby/Config.h
@@ -19,7 +19,7 @@
//
// COMPILERFIX: This is required to prevent annoying warnings with aCC.
// The aCC -mt option causes the definition of the _POSIX_C_SOURCE macro
-// (with another lower value.) and this is causing a warning because of
+// (with another lower value.) and this is causing a warning because of
// the redefinition.
//
//#if defined(__HP_aCC) && defined(_POSIX_C_SOURCE)