Skip to content

Commit 02bcaca

Browse files
[docs]Fix a typo around '#pragma clang section' (#119791)
1 parent 1562b70 commit 02bcaca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/LanguageExtensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5551,7 +5551,7 @@ The ``#pragma clang section`` directive obeys the following rules:
55515551
* Global variables that are initialized to zero will be placed in the named
55525552
bss section, if one is present.
55535553
5554-
* The ``#pragma clang section`` directive does not does try to infer section-kind
5554+
* The ``#pragma clang section`` directive does not try to infer section-kind
55555555
from the name. For example, naming a section "``.bss.mySec``" does NOT mean
55565556
it will be a bss section name.
55575557

0 commit comments

Comments
 (0)