Skip to content

Commit afdaa91

Browse files
committed
Fix #78880: Final spelling fixes
1 parent 1fa6f03 commit afdaa91

File tree

89 files changed

+121
-121
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+121
-121
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ php
209209
# Generated by x64 compiler, includes Debug, Debug_TS, Release, Release_TS
210210
/x64/
211211

212-
# Miscellaneous files generated by Windows build sytem
212+
# Miscellaneous files generated by Windows build system
213213
/main/config.w32.h
214214
/win32/build/deplister.exe
215215
/win32/build/deplister.obj

ext/bcmath/libbcmath/src/init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ _bc_free_num_ex (num, persistent)
8282
}
8383

8484

85-
/* Intitialize the number package! */
85+
/* Initialize the number package! */
8686

8787
void
8888
bc_init_numbers (void)

ext/curl/tests/curl_multi_close_basic001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
curl_multi_close return false when suplied resorce not valid cURL multi handle
2+
curl_multi_close return false when supplied resource not valid cURL multi handle
33
--SKIPIF--
44
<?php
55
if (!extension_loaded('curl')) print 'skip';

ext/date/tests/date-time-modify-times.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $tests = array(
1717
'2010-12-15 19:42:45' => array(
1818
'october 23:00', // October 23rd, with a broken time
1919
'march 28, 00:15',
20-
'march 28, 01:15', // doesn't exist bcause of DST
20+
'march 28, 01:15', // doesn't exist because of DST
2121
'march 28, 02:15',
2222
),
2323
);

ext/dom/tests/DOMComment_replaceData_error1.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ try {
1515
$comment->replaceData(-1,4,'-inserted');
1616
} catch (DOMException $e ) {
1717
if ($e->getMessage() == 'Index Size Error'){
18-
echo "Throws DOMException for -ve offest\n";
18+
echo "Throws DOMException for -ve offset\n";
1919
}
2020
}
2121

2222
?>
2323
--EXPECT--
24-
Throws DOMException for -ve offest
24+
Throws DOMException for -ve offset

ext/dom/tests/DOMComment_replaceData_error2.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ try {
1515
$comment->replaceData(999,4,'-inserted');
1616
} catch (DOMException $e ) {
1717
if ($e->getMessage() == 'Index Size Error'){
18-
echo "Throws DOMException for offest too large\n";
18+
echo "Throws DOMException for offset too large\n";
1919
}
2020
}
2121

2222
?>
2323
--EXPECT--
24-
Throws DOMException for offest too large
24+
Throws DOMException for offset too large

ext/fileinfo/tests/finfo_open_basic.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var_dump( finfo_open( FILEINFO_CONTINUE, $magicFile ) );
2424
var_dump( finfo_open( FILEINFO_PRESERVE_ATIME, $magicFile ) );
2525
var_dump( finfo_open( FILEINFO_RAW, $magicFile ) );
2626

27-
// OO inteface to finfo
27+
// OO interface to finfo
2828
var_dump( new finfo( FILEINFO_MIME, $magicFile ) );
2929
var_dump( new finfo() );
3030

ext/fileinfo/tests/magic

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10475,7 +10475,7 @@
1047510475
# updated by Joerg Jenderek at Oct 2008
1047610476
# variables according to grub-0.97/stage1/stage1.S or
1047710477
# https://www.gnu.org/software/grub/manual/grub.html#Embedded-data
10478-
# usual values are marked with comments to get only informations of strange GRUB loaders
10478+
# usual values are marked with comments to get only information of strange GRUB loaders
1047910479
>342 search/60 \0Geom\0
1048010480
#>0 ulelong x %x=0x009048EB , 0x2a9048EB 0
1048110481
>>0x41 ubyte <2
@@ -11280,7 +11280,7 @@
1128011280
# In the second sector (+0x200) are variables according to grub-0.97/stage2/asm.S or
1128111281
# grub-1.94/kern/i386/pc/startup.S
1128211282
# https://www.gnu.org/software/grub/manual/grub.html#Embedded-data
11283-
# usual values are marked with comments to get only informations of strange GRUB loaders
11283+
# usual values are marked with comments to get only information of strange GRUB loaders
1128411284
0x200 uleshort 0x70EA
1128511285
# found only version 3.{1,2}
1128611286
>0x206 ubeshort >0x0300
@@ -11342,7 +11342,7 @@
1134211342
0 ulelong&0x804000E9 0x000000E9
1134311343
!:strength +60
1134411344
# mtools-3.9.8/msdos.h
11345-
# usual values are marked with comments to get only informations of strange FAT systems
11345+
# usual values are marked with comments to get only information of strange FAT systems
1134611346
# valid sectorsize must be a power of 2 from 32 to 32768
1134711347
>11 uleshort&0x001f 0
1134811348
>>11 uleshort <32769

ext/fileinfo/tests/magic私はガラスを食べられます

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10475,7 +10475,7 @@
1047510475
# updated by Joerg Jenderek at Oct 2008
1047610476
# variables according to grub-0.97/stage1/stage1.S or
1047710477
# https://www.gnu.org/software/grub/manual/grub.html#Embedded-data
10478-
# usual values are marked with comments to get only informations of strange GRUB loaders
10478+
# usual values are marked with comments to get only information of strange GRUB loaders
1047910479
>342 search/60 \0Geom\0
1048010480
#>0 ulelong x %x=0x009048EB , 0x2a9048EB 0
1048110481
>>0x41 ubyte <2

ext/ftp/tests/ftp_fget_basic.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ var_dump(ftp_fget($ftp, $fp ,'a story.txt', FTP_ASCII));
2121
fseek($fp, 0);
2222
echo fgets($fp);
2323

24-
$postition = ftell($fp);
24+
$position = ftell($fp);
2525
//test binary data transfer
2626
var_dump(ftp_fget($ftp, $fp, 'binary data.bin', FTP_BINARY));
27-
fseek($fp, $postition);
27+
fseek($fp, $position);
2828
var_dump(urlencode(fgets($fp)));
2929

3030
//test non-existent file request

ext/ftp/tests/ftp_set_option_errors.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Testing ftp_set_option erros while setting up
2+
Testing ftp_set_option errors while setting up
33
--CREDITS--
44
Gabriel Caruso (carusogabriel34@gmail.com)
55
--SKIPIF--

ext/gd/libgd/gd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ int gdTransformAffineBoundingBox(gdRectPtr src, const double affine[6], gdRectPt
902902

903903

904904
#define GD_CMP_IMAGE 1 /* Actual image IS different */
905-
#define GD_CMP_NUM_COLORS 2 /* Number of Colours in pallette differ */
905+
#define GD_CMP_NUM_COLORS 2 /* Number of Colours in palette differ */
906906
#define GD_CMP_COLOR 4 /* Image colours differ */
907907
#define GD_CMP_SIZE_X 8 /* Image width differs */
908908
#define GD_CMP_SIZE_Y 16 /* Image heights differ */

ext/gd/libgd/gd_gd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ int _gdGetColors (gdIOCtx * in, gdImagePtr im, int gd2xFlag)
5959
}
6060
}
6161

62-
GD2_DBG(printf("Pallette had %d colours (T=%d)\n", im->colorsTotal, im->transparent));
62+
GD2_DBG(printf("Palette had %d colours (T=%d)\n", im->colorsTotal, im->transparent));
6363

6464
if (im->trueColor) {
6565
return TRUE;

ext/gd/libgd/gd_tga.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ gdImagePtr gdImageCreateFromTgaCtx(gdIOCtx* ctx)
141141
* Reads the header block from a binary TGA file populating the referenced TGA structure.
142142
* \param ctx Pointer to TGA binary file
143143
* \param tga Pointer to TGA structure
144-
* \return int 1 on sucess, -1 on failure
144+
* \return int 1 on success, -1 on failure
145145
*/
146146
int read_header_tga(gdIOCtx *ctx, oTga *tga)
147147
{
@@ -201,7 +201,7 @@ int read_header_tga(gdIOCtx *ctx, oTga *tga)
201201
* Reads the image data block from a binary TGA file populating the referenced TGA structure.
202202
* \param ctx Pointer to TGA binary file
203203
* \param tga Pointer to TGA structure
204-
* \return int 0 on sucess, -1 on failure
204+
* \return int 0 on success, -1 on failure
205205
*/
206206
int read_image_tga( gdIOCtx *ctx, oTga *tga )
207207
{

ext/gd/libgd/gdtest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ CompareImages (char *msg, gdImagePtr im1, gdImagePtr im2)
384384

385385
if (cmpRes & GD_CMP_NUM_COLORS)
386386
{
387-
printf ("-%s: INFO number of pallette entries differ %d Vs. %d\n", msg,
387+
printf ("-%s: INFO number of palette entries differ %d Vs. %d\n", msg,
388388
im1->colorsTotal, im2->colorsTotal);
389389
}
390390

ext/gd/tests/imagecolordeallocate_error3.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Testing imagecolordeallocate() of GD library with Out of range intergers (Above)
2+
Testing imagecolordeallocate() of GD library with Out of range integers (Above)
33
--CREDITS--
44
Rafael Dohms <rdohms [at] gmail [dot] com>
55
#testfest PHPSP on 2009-06-20

ext/gd/tests/imagecolordeallocate_error4.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Testing imagecolordeallocate() of GD library with Out of range intergers (Below)
2+
Testing imagecolordeallocate() of GD library with Out of range integers (Below)
33
--CREDITS--
44
Rafael Dohms <rdohms [at] gmail [dot] com>
55
#testfest PHPSP on 2009-06-20

ext/gd/tests/imagepalettetotruecolor_basic.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
does the imagepalettetotruecollor function realy converts the image palette?
2+
does the imagepalettetotruecollor function really converts the image palette?
33
--CREDITS--
44
Carlos André Ferrari <caferrari [at] gmail [dot] com>
55
--SKIPIF--

ext/imap/tests/imap_include.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ function setup_test_mailbox($mailbox_suffix, $message_count, &$new_mailbox = nul
7777
echo "Create a temporary mailbox and add " . $message_count . " msgs\n";
7878
$new_mailbox = create_mailbox($imap_stream, $mailbox_suffix, $message_count, $msg_type);
7979
if ($new_mailbox === false) {
80-
echo "Cant create a temporary mailbox: " . imap_last_error(). "\n";
80+
echo "Can't create a temporary mailbox: " . imap_last_error(). "\n";
8181
return false;
8282
}
8383

8484
echo ".. mailbox '$new_mailbox' created\n";
8585

8686
// reopen stream to new mailbox
8787
if (imap_reopen($imap_stream, $new_mailbox) === false) {
88-
echo "cant re-open '$new_mailbox' mailbox: " . imap_last_error() . "\n";
88+
echo "can't re-open '$new_mailbox' mailbox: " . imap_last_error() . "\n";
8989
return false;
9090
}
9191

ext/ldap/tests/ldap_option_reqcert_error.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
ldap_option_reqcert_error() - A test to check if ldap cant connect to a LDAP server with a invalid certificate with certificate checking enabled
2+
ldap_option_reqcert_error() - A test to check if ldap can't connect to a LDAP server with a invalid certificate with certificate checking enabled
33
--CREDITS--
44
Edwin Hoksberg <edwin@edwinhoksberg.nl>
55
--SKIPIF--

ext/mbstring/libmbfl/filters/mbfilter_uuencode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ int mbfl_filt_conv_uudec(int c, mbfl_convert_filter * filter)
8989
}
9090
if (filter->cache == 5)
9191
{
92-
/* thats good enough - wait for a newline */
92+
/* that's good enough - wait for a newline */
9393
filter->status = uudec_state_until_newline;
9494
filter->cache = 0;
9595
}

ext/mbstring/tests/mb_strtolower_basic.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var_dump(base64_encode($mb));
4040
if ($mb == $greek_lower) {
4141
echo "Correctly converted\n";
4242
} else {
43-
echo "Incorreclty converted\n";
43+
echo "Incorrectly converted\n";
4444
}
4545

4646
echo "Done";

ext/mbstring/tests/mb_strtoupper_basic.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var_dump(base64_encode($mb));
4141
if ($mb == $greek_upper) {
4242
echo "Correctly converted\n";
4343
} else {
44-
echo "Incorreclty converted\n";
44+
echo "Incorrectly converted\n";
4545
}
4646

4747
echo "Done";

ext/mysqli/mysqli_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1515,7 +1515,7 @@ void php_mysqli_init(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_method)
15151515
if (!(mysql->mysql = mysql_init(NULL)))
15161516
#else
15171517
/*
1518-
We create always persistent, as if the user want to connecto
1518+
We create always persistent, as if the user want to connect
15191519
to p:somehost, we can't convert the handle then
15201520
*/
15211521
if (!(mysql->mysql = mysqlnd_init(MYSQLND_CLIENT_KNOWS_RSET_COPY_DATA, TRUE)))

ext/mysqli/tests/mysqli_stmt_errno.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ require_once('skipifconnectfailure.inc');
4040

4141
// set after client error
4242
if (0 === ($tmp = mysqli_stmt_errno($stmt)))
43-
printf("[010] Execting int/any non zero, got %s/%s\n", gettype($tmp), $tmp);
43+
printf("[010] Expecting int/any non zero, got %s/%s\n", gettype($tmp), $tmp);
4444

4545
mysqli_stmt_close($stmt);
4646

ext/mysqli/tests/mysqli_stmt_error.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ require_once('skipifconnectfailure.inc');
4040

4141
// set after client error
4242
if ('' === ($tmp = mysqli_stmt_error($stmt)))
43-
printf("[010] Execting string/any non empty, got %s/%s\n", gettype($tmp), $tmp);
43+
printf("[010] Expecting string/any non empty, got %s/%s\n", gettype($tmp), $tmp);
4444

4545
mysqli_stmt_close($stmt);
4646

ext/mysqlnd/mysqlnd_ps_codec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ ps_fetch_from_1_to_8_bytes(zval * zv, const MYSQLND_FIELD * const field, const u
9696
case 8:lval = (int64_t) sint8korr(*row);break;
9797
/*
9898
7, 6 and 5 are not possible.
99-
BIT is only unsigned, thus only uint5|6|7 macroses exist
99+
BIT is only unsigned, thus only uint5|6|7 macros exist
100100
*/
101101
case 4:lval = (int64_t) sint4korr(*row);break;
102102
case 3:lval = (int64_t) sint3korr(*row);break;

ext/mysqlnd/mysqlnd_vio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ MYSQLND_METHOD(mysqlnd_vio, open_pipe)(MYSQLND_VIO * const vio, const MYSQLND_CS
129129
streams_options |= IGNORE_URL;
130130
net_stream = php_stream_open_wrapper(scheme.s + sizeof("pipe://") - 1, "r+", streams_options, NULL);
131131
if (!net_stream) {
132-
SET_CLIENT_ERROR(error_info, CR_CONNECTION_ERROR, UNKNOWN_SQLSTATE, "Unknown errror while connecting");
132+
SET_CLIENT_ERROR(error_info, CR_CONNECTION_ERROR, UNKNOWN_SQLSTATE, "Unknown error while connecting");
133133
DBG_RETURN(NULL);
134134
}
135135
/*

ext/oci8/tests/edition_2.phpt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ get_edit_attr($pc1);
6363
oci_close($pc1);
6464

6565

66-
echo"\n\n**Test 1.3 change the value and verify with existing conenctions.*********\n";
66+
echo"\n\n**Test 1.3 change the value and verify with existing connections.*********\n";
6767
set_edit_attr('MYEDITION1');
6868
get_edit_attr($conn2);
6969
get_edit_attr($conn3); // Old value
@@ -131,7 +131,7 @@ echo " Set the value back using oci-set_edition\n";
131131
set_edit_attr('MYEDITION');
132132
get_edit_attr($c2);
133133

134-
echo " Get the value with a new conenction\n";
134+
echo " Get the value with a new connection\n";
135135
$c3 = get_conn(1);
136136
get_edit_attr($c3);
137137

@@ -178,7 +178,7 @@ The value of current EDITION is MYEDITION
178178
The value of current EDITION is MYEDITION
179179

180180

181-
**Test 1.3 change the value and verify with existing conenctions.*********
181+
**Test 1.3 change the value and verify with existing connections.*********
182182
The value of edition has been successfully set
183183
The value of current EDITION is MYEDITION
184184
The value of current EDITION is MYEDITION
@@ -235,7 +235,7 @@ The value of current EDITION is MYEDITION
235235
Set the value back using oci-set_edition
236236
The value of edition has been successfully set
237237
The value of current EDITION is MYEDITION
238-
Get the value with a new conenction
238+
Get the value with a new connection
239239
Testing with oci_connect()
240240
The value of current EDITION is MYEDITION
241241

ext/opcache/Optimizer/block_pass.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ static void zend_jmp_optimization(zend_basic_block *block, zend_op_array *op_arr
14161416
/* should be used once on the branch path. */
14171417
/* */
14181418
/* The pattern works well only if jums processed in */
1419-
/* direct order, otherwise it breakes JMPZ_EX */
1419+
/* direct order, otherwise it breaks JMPZ_EX */
14201420
/* sequences too early. */
14211421
last_op->result.var = target->result.var;
14221422
next = target_block->successors[0];

ext/opcache/Optimizer/escape_analysis.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ static int is_escape_use(zend_op_array *op_array, zend_ssa *ssa, int use, int va
338338
if (opline->op1_type != IS_CV
339339
|| (OP1_INFO() & MAY_BE_REF)
340340
|| (op->op1_def >= 0 && ssa->vars[op->op1_def].alias)) {
341-
/* asignment into escaping structure */
341+
/* assignment into escaping structure */
342342
return 1;
343343
}
344344
/* reference dependencies processed separately */
@@ -354,7 +354,7 @@ static int is_escape_use(zend_op_array *op_array, zend_ssa *ssa, int use, int va
354354
if (opline->op1_type != IS_CV
355355
|| (OP1_INFO() & MAY_BE_REF)
356356
|| (op->op1_def >= 0 && ssa->vars[op->op1_def].alias)) {
357-
/* asignment into escaping variable */
357+
/* assignment into escaping variable */
358358
return 1;
359359
}
360360
if (opline->op2_type == IS_CV || opline->result_type != IS_UNUSED) {

ext/opcache/Optimizer/pass3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ void zend_optimizer_pass3(zend_op_array *op_array, zend_optimizer_ctx *ctx)
262262
/* should be used once on the branch path. */
263263
/* */
264264
/* The pattern works well only if jums processed in */
265-
/* direct order, otherwise it breakes JMPZ_EX */
265+
/* direct order, otherwise it breaks JMPZ_EX */
266266
/* sequences too early. */
267267
opline->result.var = target->result.var;
268268
target = target + 1;

ext/opcache/Optimizer/zend_cfg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/* zend_basic_bloc.flags */
2323
#define ZEND_BB_START (1<<0) /* fist block */
2424
#define ZEND_BB_FOLLOW (1<<1) /* follows the next block */
25-
#define ZEND_BB_TARGET (1<<2) /* jump taget */
25+
#define ZEND_BB_TARGET (1<<2) /* jump target */
2626
#define ZEND_BB_EXIT (1<<3) /* without successors */
2727
#define ZEND_BB_ENTRY (1<<4) /* stackless entry */
2828
#define ZEND_BB_TRY (1<<5) /* start of try block */

ext/opcache/Optimizer/zend_ssa.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ typedef struct _zend_ssa_var {
113113
int use_chain; /* uses of this value, linked through opN_use_chain */
114114
zend_ssa_phi *phi_use_chain; /* uses of this value in Phi, linked through use_chain */
115115
zend_ssa_phi *sym_use_chain; /* uses of this value in Pi constraints */
116-
unsigned int no_val : 1; /* value doesn't mater (used as op1 in ZEND_ASSIGN) */
116+
unsigned int no_val : 1; /* value doesn't matter (used as op1 in ZEND_ASSIGN) */
117117
unsigned int scc_entry : 1;
118118
unsigned int alias : 2; /* value may be changed indirectly */
119119
unsigned int escape_state : 2;

ext/opcache/jit/dynasm/dynasm.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ local function wline(line, needindent)
7575
g_synclineno = g_synclineno + 1
7676
end
7777

78-
-- Write assembler line as a comment, if requestd.
78+
-- Write assembler line as a comment, if requested.
7979
local function wcomment(aline)
8080
if g_opt.comment then
8181
wline(g_opt.comment..aline..g_opt.endcomment, true)

0 commit comments

Comments
 (0)