From f8e277127d6130afece3ece4d500c3200f241c06 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Thu, 18 Apr 2024 22:37:08 -0500 Subject: [PATCH] Cleanup: Fix documentation comments wording in symbol parameter. --- level_2/fll_program/c/program/print.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/level_2/fll_program/c/program/print.h b/level_2/fll_program/c/program/print.h index 1b2b9c2..e0bc4d2 100644 --- a/level_2/fll_program/c/program/print.h +++ b/level_2/fll_program/c/program/print.h @@ -320,7 +320,7 @@ extern "C" { * The output structure. * This locks, uses, and unlocks the file stream. * @param symbol - * The symbol string prepended to both parameters. + * The symbol string prepended to the parameter. * This locks, uses, and unlocks the file stream. * This is usually f_console_symbol_long_normal_s. * @param name @@ -350,7 +350,7 @@ extern "C" { * The output structure. * This locks, uses, and unlocks the file stream. * @param symbol - * The symbol string prepended to both parameters. + * The symbol string prepended to the parameter. * This locks, uses, and unlocks the file stream. * This is usually f_console_symbol_long_normal_s. * @param name @@ -384,7 +384,7 @@ extern "C" { * The output structure. * This locks, uses, and unlocks the file stream. * @param symbol - * The symbol string prepended to both parameters. + * The symbol string prepended to the parameter. * This locks, uses, and unlocks the file stream. * This is usually f_console_symbol_long_normal_s. * @param name @@ -418,7 +418,7 @@ extern "C" { * The output structure. * This locks, uses, and unlocks the file stream. * @param symbol - * The symbol string prepended to both parameters. + * The symbol string prepended to the parameter. * This locks, uses, and unlocks the file stream. * This is usually f_console_symbol_long_normal_s. * @param name @@ -450,7 +450,7 @@ extern "C" { * The output structure. * This locks, uses, and unlocks the file stream. * @param symbol - * The symbol string prepended to both parameters. + * The symbol string prepended to the parameter. * This locks, uses, and unlocks the file stream. * This is usually f_console_symbol_long_normal_s. * @param name @@ -482,7 +482,7 @@ extern "C" { * The output structure. * This locks, uses, and unlocks the file stream. * @param symbol - * The symbol string prepended to both parameters. + * The symbol string prepended to the parameter. * This locks, uses, and unlocks the file stream. * This is usually f_console_symbol_long_normal_s. * @param name @@ -514,7 +514,7 @@ extern "C" { * The output structure. * This locks, uses, and unlocks the file stream. * @param symbol - * The symbol string prepended to both parameters. + * The symbol string prepended to the parameter. * This locks, uses, and unlocks the file stream. * This is usually f_console_symbol_long_normal_s. * @param name @@ -544,7 +544,7 @@ extern "C" { * The output structure. * This locks, uses, and unlocks the file stream. * @param symbol - * The symbol string prepended to both parameters. + * The symbol string prepended to the parameter. * This locks, uses, and unlocks the file stream. * This is usually f_console_symbol_long_normal_s. * @param name @@ -576,7 +576,7 @@ extern "C" { * The output structure. * This locks, uses, and unlocks the file stream. * @param symbol - * The symbol string prepended to both parameters. + * The symbol string prepended to the parameter. * This locks, uses, and unlocks the file stream. * This is usually f_console_symbol_long_normal_s. * @param name @@ -606,7 +606,7 @@ extern "C" { * The output structure. * This locks, uses, and unlocks the file stream. * @param symbol - * The symbol string prepended to both parameters. + * The symbol string prepended to the parameter. * This locks, uses, and unlocks the file stream. * This is usually f_console_symbol_long_normal_s. * @param name @@ -638,7 +638,7 @@ extern "C" { * The output structure. * This locks, uses, and unlocks the file stream. * @param symbol - * The symbol string prepended to both parameters. + * The symbol string prepended to the parameter. * This locks, uses, and unlocks the file stream. * This is usually f_console_symbol_long_normal_s. * @param name @@ -668,7 +668,7 @@ extern "C" { * The output structure. * This locks, uses, and unlocks the file stream. * @param symbol - * The symbol string prepended to both parameters. + * The symbol string prepended to the parameter. * This locks, uses, and unlocks the file stream. * This is usually f_console_symbol_long_normal_s. * @param name @@ -695,7 +695,7 @@ extern "C" { * The output structure. * This locks, uses, and unlocks the file stream. * @param symbol - * The symbol string prepended to both parameters. + * The symbol string prepended to the parameter. * This locks, uses, and unlocks the file stream. * This is usually f_console_symbol_long_normal_s. * @param name -- 1.8.3.1