From 583bd2a005b4bb4fc434cca2cb53a8267a5e36f7 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:43:02 -0500 Subject: [PATCH] spelling: filtering Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/include/logging/log_hashing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/logging/log_hashing.h b/src/include/logging/log_hashing.h index f6ca4071..3e3fe4bb 100644 --- a/src/include/logging/log_hashing.h +++ b/src/include/logging/log_hashing.h @@ -34,7 +34,7 @@ * 19: reserved * 18- 0: Offset info .log_strings section. This allows 512 KB of strings. * - * Note: it might not be necessary to use so many bits for the log level. Dynamic flitering might + * Note: it might not be necessary to use so many bits for the log level. Dynamic filtering might * not be so important, and 'log to flash' could be 1 bit, or Curried to a set of function calls. * These changes would require more work in the logging infrastructure. *