Skip to content

Commit

Permalink
s/existant/existent/g per Larry
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Nov 29, 2011
1 parent 93a98e9 commit 34fb4fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/nci/libffi.c
Expand Up @@ -652,7 +652,7 @@ call_ffi_thunk(PARROT_INTERP, ARGMOD(PMC *nci_pmc), ARGMOD(PMC *self))
call_arg[1] = &call_object;
call_arg[2] = &pcc_ret_sig;

/* populate return slot (non-existant if void) */
/* populate return slot (non-existent if void) */
if (enum_type_void !=
(arg_t = (PARROT_DATA_TYPE)VTABLE_get_integer_keyed_int(interp, nci->signature, 0))) {
prep_pcc_ret_arg(interp, arg_t, &pcc_retv[i], &call_arg[i + 3], return_data);
Expand Down
2 changes: 1 addition & 1 deletion t/dynpmc/os.t
Expand Up @@ -501,7 +501,7 @@ SKIP: {
$S2 = sprintf $S1, $P2
print $S2
$P3 = $P1."lstat"("non-existant file")
$P3 = $P1."lstat"("non-existent file")
end
.end
Expand Down
2 changes: 1 addition & 1 deletion t/pmc/mappedbytearray.t
Expand Up @@ -90,7 +90,7 @@ Tests the MappedByteArray PMC.
$I1 = mm."close"()
is( $I1, 0, 'Closed and unmapped testfile' )

throws_substring(<<'CODE', 'cannot open file', 'mmap a nonexistant file')
throws_substring(<<'CODE', 'cannot open file', 'mmap a nonexistent file')
.sub main
$P0 = new ['String']
$P0 = "wezwuyebgjuzmhewrugnjzrg"
Expand Down
2 changes: 1 addition & 1 deletion t/pmc/opcode.t
Expand Up @@ -52,7 +52,7 @@ CODE
set $I1, op[100]

is($I0, 2, 'get_integer_keyed_int returns valid type enum.')
is($I1, -1, 'get_integer_keyed_int nonexistant parameter type')
is($I1, -1, 'get_integer_keyed_int nonexistent parameter type')
.end

.sub get_data
Expand Down

0 comments on commit 34fb4fd

Please sign in to comment.