Skip to content

Commit 82b9ee4

Browse files
Update sycl/doc/ABIPolicyGuide.md
Signed-off-by: Alexander Batashev <[email protected]> Co-Authored-By: Sergey Semenov <[email protected]>
1 parent ecc3771 commit 82b9ee4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sycl/doc/ABIPolicyGuide.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Application Binary Interface is a contract between binary modules, that defines
66
how structures and routines are accessed in machine code. Changing the ABI may
77
break backwards compatibility with library for user-developed applications,
88
resulting in need to rebuild such applications. The goal of this document is to
9-
provide guidelines of persisting the current ABI and mechanisms of notifying
9+
provide guidelines for maintaining the current ABI and mechanisms of notifying
1010
users about ABI changes.
1111

1212
All ABI changes can be divided into two large groups: breaking and non-breaking.
@@ -87,4 +87,3 @@ Whenever you need to change the existing ABI, please, follow these steps:
8787
2. Fix failing ABI tests in your Pull Request. Use aforementioned techniques to
8888
update test files.
8989
3. Update the library version according to the policies.
90-

0 commit comments

Comments
 (0)