Skip to content

Commit 02277be

Browse files
committed
scanutils: Fix typos in comments
Signed-off-by: Stefan Weil <[email protected]>
1 parent e7c1e07 commit 02277be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ccutil/scanutils.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ uintmax_t streamtoumax(FILE* s, int base);
4545

4646
// Parse a file stream according to the given format. See the fscanf manpage
4747
// for more information, as this function attempts to mimic its behavior.
48-
// Note that scientific loating-point notation is not supported.
48+
// Note that scientific floating-point notation is not supported.
4949
int fscanf(FILE* stream, const char *format, ...);
5050

5151
// Parse a file stream according to the given format. See the fscanf manpage
5252
// for more information, as this function attempts to mimic its behavior.
53-
// Note that scientific loating-point notation is not supported.
53+
// Note that scientific floating-point notation is not supported.
5454
int vfscanf(FILE* stream, const char *format, va_list ap);
5555

5656
// Create a file at the specified path. See the creat manpage for more

0 commit comments

Comments
 (0)