summaryrefslogtreecommitdiffstats
path: root/eng/test-framework.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-10 13:48:31 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-10 13:48:49 +0100
commit76b3aead1b09673271f7f0afd0114f3590bf2dea (patch)
treec116f1b3641a3a45640a2bdc46e353876ffd6da9 /eng/test-framework.rst
parentc-user: Document CONFIGURE_DIRTY_MEMORY (diff)
downloadrtems-docs-76b3aead1b09673271f7f0afd0114f3590bf2dea.tar.bz2
eng: Grammar fix
Update #3199.
Diffstat (limited to '')
-rw-r--r--eng/test-framework.rst2
1 files changed, 1 insertions, 1 deletions
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.