tidy-up: typos, comment nits

Closes #22294
This commit is contained in:
Viktor Szakats 2026-06-26 22:57:40 +02:00
parent 5c5334f831
commit b093d88447
No known key found for this signature in database
35 changed files with 91 additions and 90 deletions

View file

@ -57,11 +57,11 @@
#include "os400sys.h"
/**
*** QADRT OS/400 ASCII runtime defines only the most used procedures, but a
*** lot of them are not supported. This module implements ASCII wrappers for
*** those that are used by libcurl, but not defined by QADRT.
**/
/*
* QADRT OS/400 ASCII runtime defines only the most used procedures, but a
* lot of them are not supported. This module implements ASCII wrappers for
* those that are used by libcurl, but not defined by QADRT.
*/
#pragma convert(0) /* Restore EBCDIC. */

View file

@ -20,7 +20,7 @@ $!
$! The config_vms.h will be invoked by the resulting config.h file.
$!
$! This procedure knows about the DEC C RTL on the system it is on.
$! Future versions may be handle the GNV, the OpenVMS porting library,
$! Future versions may handle the GNV, the OpenVMS porting library,
$! and others.
$!
$! This procedure may not guess the options correctly for all architectures,