Skip to content

Commit c3c2b84

Browse files
committed
fix typo, copyright notice
1 parent 6153d23 commit c3c2b84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@ int __attribute__((used)) main(void) {
10431043
}
10441044

10451045
// 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
1046-
// (but it's OK if this is a no-op due to the heap beinig initialized in port_init())
1046+
// (but it's OK if this is a no-op due to the heap being initialized in port_init())
10471047
set_safe_mode(port_heap_init(get_safe_mode()));
10481048

10491049
#if CIRCUITPY_ALARM

shared-bindings/dotclockframebuffer/DotClockFramebuffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* The MIT License (MIT)
55
*
6-
* Copyright (c) 2019 Scott Shawcroft for Adafruit Industries
6+
* Copyright (c) 2023 Jeff Epler for Adafruit Industries
77
*
88
* Permission is hereby granted, free of charge, to any person obtaining a copy
99
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)