diff --git a/BasiliskII/src/MacOSX/ToDo.html b/BasiliskII/src/MacOSX/ToDo.html
index 7a5111ed..767f7ea1 100644
--- a/BasiliskII/src/MacOSX/ToDo.html
+++ b/BasiliskII/src/MacOSX/ToDo.html
@@ -15,9 +15,6 @@ Bugs:
Status of 'dd' command is not always correct. (If it runs out of space,
an error about file not found is printed?)
The Snapshot function is currently broken.
-The EtherNet thread doesn't seem to terminate, which means that the
- emulation doesn't shutdown cleanly. Not sure if this is just a
- 10.3 thing, or if it is something about my NSThread classes.
Untested:
@@ -52,4 +49,7 @@ Possible Enhancements:
- Use internal windows to display Help doco?
- Provide feedback during external commands (e.g. ejecting a CD or
creating a disk volume)
+
- Implement a better fix for ether_unix.cpp's EtherNet thread not terminating.
+ Not sure if this is just a 10.3 thing,
+ or if it is something about my NSThread classes