]> git.proxmox.com Git - mirror_qemu.git/blobdiff - docs/system/target-avr.rst
docs/: fix some comment spelling errors
[mirror_qemu.git] / docs / system / target-avr.rst
index eb5c513cce09661762e65d4b17377d9294f61602..25ab46ef05ccd0ade33354638d1e4894973bd08f 100644 (file)
@@ -10,7 +10,7 @@ xmega6 and xmega7.
 
 As for now it supports few Arduino boards for educational and testing purposes.
 These boards use a ATmega controller, which model is limited to USART & 16-bit
-timer devices, enought to run FreeRTOS based applications (like
+timer devices, enough to run FreeRTOS based applications (like
 https://github.com/seharris/qemu-avr-tests/blob/master/free-rtos/Demo/AVR_ATMega2560_GCC/demo.elf
 ).
 
@@ -30,7 +30,7 @@ AVR cpu
 
    telnet localhost 5678
 
-- Debugging wit GDB debugger::
+- Debugging with GDB debugger::
 
    qemu-system-avr -machine mega2560 -bios demo.elf -s -S