Skip to content

Commit a2e71d6

Browse files
authored
Fix copy/paste typo.
Refer to the ram in the ram comment instead of swap, which is a later section.
1 parent ad12c6e commit a2e71d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/usbkill.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,12 @@ do_sync = True
141141
##########
142142

143143

144-
# Set do_wipe_swap to True in order clean the swap
144+
# Set do_wipe_ram to True in order clean the ram.
145145
do_wipe_ram = False
146146
# Check sdmem --help for available options
147147
wipe_ram_cmd = sdmem -fll
148148

149-
# Set do_wipe_swap to True in order clean the swap
149+
# Set do_wipe_swap to True in order clean the swap.
150150
do_wipe_swap = False
151151
# Check sswap --help for available options
152152
wipe_swap_cmd = sswap -l

0 commit comments

Comments
 (0)