commit 42620191ab8093e2b399b8097f1084670da4fd48
parent be3d1d82616f0340f70d9ad568e4ed3247d70f06
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date: Sat, 14 Feb 2026 21:18:42 +0100
mhd_assume.h: fixed copy-paste error in comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mhd2/mhd_assume.h b/src/mhd2/mhd_assume.h
@@ -54,7 +54,7 @@
#endif
/**
- * mhd_UNREACHABLE() should be used in locations where it is known in advance
+ * mhd_ASSUME() should be used in locations where it is known in advance
* that the code must be not reachable.
* It should give compiler a hint to exclude some code paths from the final
* binary.