From: Tim Gates Date: Fri, 27 Nov 2020 23:08:10 +0000 (+1100) Subject: docs: fix simple typo, stuctures -> structures X-Git-Tag: v12.5.2~13^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd92495137e3bc8dd551c54fe32374f7b7e56313;p=sysstat docs: fix simple typo, stuctures -> structures There is a small typo in sar.c, tests/12.0.1/inisar.c. Should read `structures` rather than `stuctures`. --- diff --git a/sar.c b/sar.c index fc032f4..da34bd3 100644 --- a/sar.c +++ b/sar.c @@ -1592,7 +1592,7 @@ int main(int argc, char **argv) /* Read stats from file */ read_stats_from_file(from_file); - /* Free stuctures and activity bitmaps */ + /* Free structures and activity bitmaps */ free_bitmaps(act); free_structures(act); diff --git a/tests/12.0.1/inisar.c b/tests/12.0.1/inisar.c index c2583bb..3bcbb68 100644 --- a/tests/12.0.1/inisar.c +++ b/tests/12.0.1/inisar.c @@ -1077,7 +1077,7 @@ int main(int argc, char **argv) /* Read stats from file */ read_stats_from_file(from_file); - /* Free stuctures and activity bitmaps */ + /* Free structures and activity bitmaps */ free_bitmaps(act); free_structures(act);