Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix various misspellings of "address" #6979

Closed
0xdaryl opened this issue May 5, 2023 · 1 comment · Fixed by #6993
Closed

Fix various misspellings of "address" #6979

0xdaryl opened this issue May 5, 2023 · 1 comment · Fixed by #6993
Assignees

Comments

@0xdaryl
Copy link
Contributor

0xdaryl commented May 5, 2023

compiler/aarch64/codegen/ConstantDataSnippet.cpp
85:               uint8_t * targetAdress2 = NULL;
88:                  targetAdress2 = reinterpret_cast<uint8_t *>(*(reinterpret_cast<uint64_t*>(cursor)));
94:                     targetAdress2,

compiler/z/codegen/ConstantDataSnippet.cpp
300:            uint8_t * targetAdress2 = NULL;
304:                  targetAdress2 = (uint8_t *) *((uint64_t*) cursor);
306:                  targetAdress2 = (uint8_t *) *((uintptr_t*) cursor);
312:                  targetAdress2,

fvtest/porttest/omrvmemTest.cpp
1648:TEST(PortVmemTest, vmem_testReserveMemoryExStrictAdress)
@0xdaryl
Copy link
Contributor Author

0xdaryl commented May 5, 2023

@dylanjtuttle : please "adress" :-)

dylanjtuttle added a commit to dylanjtuttle/omr that referenced this issue May 12, 2023
Fix a few occurances of "address" being misspelled as "adress"

Closes: eclipse-omr#6979
Signed-off-by: Dylan Tuttle <jdylantuttle@gmail.com>
dylanjtuttle added a commit to dylanjtuttle/omr that referenced this issue May 15, 2023
Fix a few occurrences of "address" being misspelled as "adress"

Closes: eclipse-omr#6979
Signed-off-by: Dylan Tuttle <jdylantuttle@gmail.com>
dylanjtuttle added a commit to dylanjtuttle/omr that referenced this issue May 17, 2023
Fix a few occurrences of "address" being misspelled as "adress"

Closes: eclipse-omr#6979
Signed-off-by: Dylan Tuttle <jdylantuttle@gmail.com>
dylanjtuttle added a commit to dylanjtuttle/omr that referenced this issue May 23, 2023
Fix a few occurrences of "address" being misspelled as "adress"

Closes: eclipse-omr#6979
Signed-off-by: Dylan Tuttle <jdylantuttle@gmail.com>
rmnattas pushed a commit to rmnattas/omr that referenced this issue Nov 7, 2023
Fix a few occurrences of "address" being misspelled as "adress"

Closes: eclipse-omr#6979
Signed-off-by: Dylan Tuttle <jdylantuttle@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants