Skip to content

Commit 036ea65

Browse files
authored
s/linepter/lineptr
1 parent 9e10f82 commit 036ea65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_parts/part1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ To read a line of input, use [getline()](http://man7.org/linux/man-pages/man3/ge
109109
```c
110110
ssize_t getline(char **lineptr, size_t *n, FILE *stream);
111111
```
112-
`linepter` : a pointer to the variable we use to point to the buffer containing the read line.
112+
`lineptr` : a pointer to the variable we use to point to the buffer containing the read line.
113113

114114
`n` : a pointer to the variable we use to save the size of allocated buffer.
115115

0 commit comments

Comments
 (0)