Skip to content

Instantly share code, notes, and snippets.

@dvarrazzo
Last active February 24, 2019 02:48
Show Gist options
  • Save dvarrazzo/a8d8a2f14c878aef556c2044755ee19f to your computer and use it in GitHub Desktop.
Save dvarrazzo/a8d8a2f14c878aef556c2044755ee19f to your computer and use it in GitHub Desktop.
diff -u --recursive --new-file v1.1.41/linux/kernel/sched.c linux/kernel/sched.c
--- v1.1.41/linux/kernel/sched.c Wed Aug 3 09:32:33 1994
+++ linux/kernel/sched.c Tue Aug 9 09:34:45 1994
@@ -161,7 +161,7 @@
* information in task[0] is never used.
*
* The "confuse_gcc" goto is used only to get better assembly code..
- * Djikstra probably hates me.
+ * Dijkstra probably hates me.
*/
asmlinkage void schedule(void)
{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment