about summary refs log tree commit diff stats
path: root/subx/012elf.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-16 20:52:41 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-16 20:52:41 -0800
commit011a634cc6a114088e9f7f1208147f3f59fec853 (patch)
treeeace702530b7a8491793d94b8f370f622ff40d5d /subx/012elf.cc
parent50a6c04860b500602a96b8484d78b7bdf6c1d5d1 (diff)
downloadmu-011a634cc6a114088e9f7f1208147f3f59fec853.tar.gz
4868
Diffstat (limited to 'subx/012elf.cc')
-rw-r--r--subx/012elf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/012elf.cc b/subx/012elf.cc
index 2ab469e0..5f57f163 100644
--- a/subx/012elf.cc
+++ b/subx/012elf.cc
@@ -1,4 +1,4 @@
-//: Generating ELF binaries for SubX programs.
+//: Loading SubX programs from ELF binaries.
 //: This will allow us to run them natively on a Linux kernel.
 //: Based on https://github.com/kragen/stoneknifeforth/blob/702d2ebe1b/386.c