Skip to content

Commit b3b2309

Browse files
committed
fixup: minor update to release notes
1 parent 770e017 commit b3b2309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ Attribute Changes in Clang
327327
- New format attributes ``gnu_printf``, ``gnu_scanf``, ``gnu_strftime`` and ``gnu_strfmon`` are added
328328
as aliases for ``printf``, ``scanf``, ``strftime`` and ``strfmon``. (#GH16219)
329329

330-
- New function attribute `malloc_span` is added. Its semantics is similar to that of the `malloc`
330+
- New function attribute `malloc_span` is added. It has semantics similar to that of the `malloc`
331331
attribute, but `malloc_span` applies not to functions returning pointers, but to functions returning
332332
span-like structures (i.e. those that contain a pointer field and a size integer field).
333333

0 commit comments

Comments
 (0)