summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ace/config-freebsd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-freebsd.h b/ace/config-freebsd.h
index 829394c7738..ab2de1cf8a2 100644
--- a/ace/config-freebsd.h
+++ b/ace/config-freebsd.h
@@ -17,7 +17,7 @@
#endif /* ! __ACE_INLINE__ */
#if (__FreeBSD_version < 220000)
-#if defined (ACE_HAS_THREADS)
+#if defined (ACE_HAS_THREADS)
#error Threads are not supported.
#endif /* ACE_HAS_THREADS */
#endif /* __FreeBSD_version < 220000 */
@@ -228,7 +228,7 @@ extern "C" { char * cuserid (char *s); }
// Note, on FreeBSD 5, POSIX aio is now an optional kernel module which
// must be loaded.
-// Read the aio(4) man page for what to do, otherwise any aio_* call
+// Read the aio(4) man page for what to do, otherwise any aio_* call
// will coredump.
// By default use Proactor which does not use POSIX Real-time Signals