Index: doc/theses/aaron_moss_PhD/phd/cfa-macros.tex
===================================================================
--- doc/theses/aaron_moss_PhD/phd/cfa-macros.tex	(revision f88660877fe1fcaf02b8d8798238eaec925eafd2)
+++ doc/theses/aaron_moss_PhD/phd/cfa-macros.tex	(revision d96f7c4f1e2b7dfb521e83969e9704b7e12505da)
@@ -27,5 +27,5 @@
 		_Alignas, _Alignof, __alignof, __alignof__, asm, __asm, __asm__, __attribute, __attribute__,
 		auto, bool, _Bool, catch, catchResume, choose, _Complex, __complex, __complex__, __const, __const__,
-		coroutine, disable, dtype, enable, exception, __extension__, fallthrough, fallthru, finally,
+		coroutine, disable, dtype, enable, exception, __extension__, fallthrough, finally,
 		__float80, float80, __float128, float128, forall, ftype, _Generic, _Imaginary, __imag, __imag__,
 		inline, __inline, __inline__, __int128, int128, __label__, monitor, mutex, _Noreturn, one_t, or,
Index: doc/theses/andrew_beach_MMath/cfalab.sty
===================================================================
--- doc/theses/andrew_beach_MMath/cfalab.sty	(revision f88660877fe1fcaf02b8d8798238eaec925eafd2)
+++ doc/theses/andrew_beach_MMath/cfalab.sty	(revision d96f7c4f1e2b7dfb521e83969e9704b7e12505da)
@@ -76,5 +76,5 @@
         choose, _Complex, __complex, __complex__, __const, __const__,
         coroutine, disable, dtype, enable, exception, __extension__,
-        fallthrough, fallthru, finally, __float80, float80, __float128,
+        fallthrough, finally, __float80, float80, __float128,
         float128, forall, ftype, generator, _Generic, _Imaginary, __imag,
         __imag__, inline, __inline, __inline__, __int128, int128, __label__,
Index: doc/theses/andrew_beach_MMath/features.tex
===================================================================
--- doc/theses/andrew_beach_MMath/features.tex	(revision f88660877fe1fcaf02b8d8798238eaec925eafd2)
+++ doc/theses/andrew_beach_MMath/features.tex	(revision d96f7c4f1e2b7dfb521e83969e9704b7e12505da)
@@ -822,5 +822,5 @@
 control flow.
 Because of this requirement, local control flow out of the finally block
-is forbidden. The compiler precludes any @break@, @continue@, @fallthru@ or
+is forbidden. The compiler precludes any @break@, @continue@, @fallthrough@ or
 @return@ that causes control to leave the finally block. Other ways to leave
 the finally block, such as a @longjmp@ or termination are much harder to check,
