about summary refs log tree commit diff stats
path: root/subx/012elf.cc
diff options
context:
space:
mode:
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