Skip to content

Commit d68e2d9

Browse files
author
Alexey Samsonov
committed
fix typo
1 parent 8c47e59 commit d68e2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/docs/dev/header_generation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Common Errors
153153
154154
When running ``ninja libc`` in the build directory to generate headers you
155155
may receive the error above. Essentially this means that in
156-
``libc/utils/hdrgen/hgrgen/header.py`` there is a missing attribute named functions.
156+
``libc/utils/hdrgen/hdrgen/header.py`` there is a missing attribute named functions.
157157
Make sure all function components are defined within this file and there are
158158
no missing functions to add these components.
159159

0 commit comments

Comments
 (0)