diff options
author | sshwarts <sshwarts> | 2008-01-26 09:15:27 +0000 |
---|---|---|
committer | sshwarts <sshwarts> | 2008-01-26 09:15:27 +0000 |
commit | 39acd8e3672d6de5b5d7077ccea100d9add959b9 (patch) | |
tree | 7f4733386aa338e496d8685ebbfd1238daa10b64 /bios/makesym.perl | |
parent | 34033f701394b6bde1dfe81f96fee0592ff47113 (diff) |
whitespace cleanup
Diffstat (limited to 'bios/makesym.perl')
-rwxr-xr-x | bios/makesym.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bios/makesym.perl b/bios/makesym.perl index 050d9484..0b6c94a8 100755 --- a/bios/makesym.perl +++ b/bios/makesym.perl @@ -2,7 +2,7 @@ # # $Id$ # -# Read output file from as86 (e.g. rombios.txt) and write out a symbol +# Read output file from as86 (e.g. rombios.txt) and write out a symbol # table suitable for the Bochs debugger. # |