Skip to content

Commit

Permalink
Fix typos in make-librebol.r, bump copyright dates
Browse files Browse the repository at this point in the history
  • Loading branch information
hostilefork committed Aug 20, 2024
1 parent 1af9c43 commit b645c58
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tools/bootstrap-shim.r
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ REBOL [
Rebol 3 Language Interpreter and Run-time Environment
"Ren-C" branch @ https://github.com/metaeducation/ren-c

Copyright 2012-2022 Ren-C Open Source Contributors
Copyright 2012-2024 Ren-C Open Source Contributors
REBOL is a trademark of REBOL Technologies
}
License: {
Expand Down
4 changes: 2 additions & 2 deletions tools/common-emitter.r
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ REBOL [
Type: module
Name: Common-Emitter
Rights: {
Copyright 2016-2018 Ren-C Open Source Contributors
Copyright 2016-2024 Ren-C Open Source Contributors
REBOL is a trademark of REBOL Technologies
}
License: {
Expand Down Expand Up @@ -393,7 +393,7 @@ export make-emitter: func [
**
** REBOL [R3] Language Interpreter and Run-time Environment
** Copyright 2012 REBOL Technologies
** Copyright 2012-2018 Ren-C Open Source Contributors
** Copyright 2012-2024 Ren-C Open Source Contributors
** REBOL is a trademark of REBOL Technologies
** Licensed under the Apache License, Version 2.0
**
Expand Down
6 changes: 3 additions & 3 deletions tools/make-librebol.r
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ e-lib/emit [ver {
#define LIBREBOL_PREFIX(api_name) API_##api_name

/*
* Extern prototypes for RL_XXX, don't call these functions directly.
* Extern prototypes for API_XXX, don't call these functions directly.
* They use vaptr instead of `...`, and may not do all the proper
* exception/longjmp handling needed.
*/
Expand Down Expand Up @@ -902,8 +902,8 @@ e-lib/emit [ver {
* be turned into rebI(...) to produce a RebolValue, instead of giving
* an invalid type error.
*
* These are converters are predefined, but you can add your own, like
* this one for converting std::string to TEXT!:
* These converters are predefined, but you can add your own, like this
* one for converting std::string to TEXT!:
*
* #include <string>
*
Expand Down

0 comments on commit b645c58

Please sign in to comment.