From c3c2b8458457c1095d80f2d16410c3be441fdf20 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Thu, 7 Sep 2023 12:57:45 -0500 Subject: [PATCH] fix typo, copyright notice --- main.c | 2 +- shared-bindings/dotclockframebuffer/DotClockFramebuffer.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index d89777bc5e..72f9fd6fab 100644 --- a/main.c +++ b/main.c @@ -1043,7 +1043,7 @@ int __attribute__((used)) main(void) { } // We maybe can't initialize the heap until here, because on espressif port we need to be able to check for reserved psram in settings.toml - // (but it's OK if this is a no-op due to the heap beinig initialized in port_init()) + // (but it's OK if this is a no-op due to the heap being initialized in port_init()) set_safe_mode(port_heap_init(get_safe_mode())); #if CIRCUITPY_ALARM diff --git a/shared-bindings/dotclockframebuffer/DotClockFramebuffer.c b/shared-bindings/dotclockframebuffer/DotClockFramebuffer.c index fb0df57db5..aac695e3ee 100644 --- a/shared-bindings/dotclockframebuffer/DotClockFramebuffer.c +++ b/shared-bindings/dotclockframebuffer/DotClockFramebuffer.c @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019 Scott Shawcroft for Adafruit Industries + * Copyright (c) 2023 Jeff Epler for Adafruit Industries * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal