From cd92495137e3bc8dd551c54fe32374f7b7e56313 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sat, 28 Nov 2020 10:08:10 +1100 Subject: [PATCH] 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`. --- sar.c | 2 +- tests/12.0.1/inisar.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); -- 2.40.0