diff options
| author | Ramsay Jones <ramsay@ramsayjones.plus.com> | 2020-06-14 20:36:38 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-06-14 22:32:25 +0200 |
| commit | 42fbf9ae548d1f3ff351cc492017aeb7cbdef531 (patch) | |
| tree | 3270a7897f528e515683663d7907962ed3ab0057 /Documentation/release-notes | |
| parent | 423a9e103669bb799caec691b5a321fde0fd5ad1 (diff) | |
| download | sparse-dev-42fbf9ae548d1f3ff351cc492017aeb7cbdef531.tar.gz | |
doc: correct some spelling
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Documentation/release-notes')
| -rw-r--r-- | Documentation/release-notes/v0.6.2.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/release-notes/v0.6.2.rst b/Documentation/release-notes/v0.6.2.rst index 0ef67fc5..7439724c 100644 --- a/Documentation/release-notes/v0.6.2.rst +++ b/Documentation/release-notes/v0.6.2.rst @@ -10,7 +10,7 @@ V0.6.2 * add support for _Generic * fully propagate declarations downward - For exemple, it means that code like: + For example, it means that code like: static int foo(void); int foo(void) { return 0; } @@ -21,7 +21,7 @@ V0.6.2 * allow a single sparse executable to be used for multiple architectures * add support for -mcmodel & -f{pic,PIC,pie,PIE}, mainly for RISC-V * add new option, --arch=$ARCH, to specify the target architecture - * move all arch-specifc code in separated files (target-$ARCH.c) + * move all arch-specific code into separate files (target-$ARCH.c) * try to support the various floating-point ABIs on ARM * fix wchar_t & wint_t for openbsd * add missing predefines for PPC @@ -72,7 +72,7 @@ V0.6.2 * define _BIG_ENDIAN when needed * remove definition of _STRING_ARCH_unaligned (defined by glibc) * removed unneeded predefines for integers (now defined by sparse) - * better mult-arch support by using --arch=$ARCH + * better multi-arch support by using --arch=$ARCH * testsuite: * avoid standard includes in the tests @@ -90,7 +90,7 @@ V0.6.2 * misc: * add support for '-std=c17/c18' - * simplify testng of which version of the standard is used + * simplify testing of which version of the standard is used * various improvements to the 'dissect' tool * simplify the parsing of type specifiers * improve diagnostic messages concerning bitfields |
