tidy-up: misc spelling (bit, ASCII)

Closes #14559
This commit is contained in:
Viktor Szakats 2024-08-15 11:00:04 +02:00
parent 551baf7d64
commit b042d5297d
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
26 changed files with 42 additions and 43 deletions

View file

@ -101,7 +101,7 @@ static char *vms_translate_path(const char *path)
}
}
# else
/* VMS translate path is actually not needed on the current 64 bit */
/* VMS translate path is actually not needed on the current 64-bit */
/* VMS platforms, so instead of figuring out the pointer settings */
/* Change it to a noop */
# define vms_translate_path(__path) __path