[rtems-docs commit] eng: Grammar fix
Sebastian Huber
sebh at rtems.org
Mon Feb 10 12:49:14 UTC 2020
Module: rtems-docs
Branch: master
Commit: 76b3aead1b09673271f7f0afd0114f3590bf2dea
Changeset: http://git.rtems.org/rtems-docs/commit/?id=76b3aead1b09673271f7f0afd0114f3590bf2dea
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Mon Feb 10 13:48:31 2020 +0100
eng: Grammar fix
Update #3199.
---
eng/test-framework.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eng/test-framework.rst b/eng/test-framework.rst
index 2055b60..b6411b5 100644
--- a/eng/test-framework.rst
+++ b/eng/test-framework.rst
@@ -1023,7 +1023,7 @@ You can use the following functions to print formatted output:
int T_snprintf(char *, size_t, const char *, ...);
In contrast to the corresponding standard C library functions, floating-point
-and exotic formats may be not supported. On some architectures supported by
+and exotic formats may not be supported. On some architectures supported by
RTEMS, floating-point operations are only supported in special tasks and may be
forbidden in interrupt context. The formatted output functions provided by the
test framework work in every context.
More information about the vc
mailing list