From 71f8f052d3e70fe576c4ce3f90591da1910f97d0 Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Mon, 15 Jan 2024 23:49:03 +0300 Subject: [PATCH] floatscan_experiment.c: fix typo --- c-programming/floatscan_experiment.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c-programming/floatscan_experiment.c b/c-programming/floatscan_experiment.c index 8daa280..8e4e777 100644 --- a/c-programming/floatscan_experiment.c +++ b/c-programming/floatscan_experiment.c @@ -1,5 +1,5 @@ /* - * This was an experiment to learn about how libc turn floating point values + * This was an experiment to learn about how libc turn floating point strings * into actual values. * * Expects the floating point string to be in stdin.