]> granicus.if.org Git - sysstat/commitdiff
Fix typos in sa.h
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sat, 12 Dec 2015 10:42:09 +0000 (11:42 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sat, 12 Dec 2015 10:42:09 +0000 (11:42 +0100)
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
sa.h

diff --git a/sa.h b/sa.h
index 3aa16db4ee599a09bbfbeb319c5afde4d337088a..bd398eadaa3857139081919f15bc65754b1fc2bc 100644 (file)
--- a/sa.h
+++ b/sa.h
@@ -332,7 +332,7 @@ struct act_bitmap {
         */
        unsigned char *b_array;
        /*
-        * Size of the bitmap in bits. In fact, bitmap is sized to bitmap_size + 1
+        * Size of the bitmap in bits. In fact, bitmap is sized to b_size + 1
         * to take into account CPU "all"
         */
        int b_size;
@@ -454,7 +454,7 @@ struct activity {
        __nr_t nr2;
        /*
         * Maximum number of elements that sar can handle for this item.
-        * NB: The maximu number of elements that sar can handle for sub-items
+        * NB: The maximum number of elements that sar can handle for sub-items
         * is NR2_MAX.
         */
        __nr_t nr_max;