Fix EN typos

- Corrections for en_US language.
- Some whitespace sanitation.

git-svn-id: svn://kolibrios.org@10059 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2024-05-29 11:30:32 +00:00
parent 349dbb6edf
commit 27f290d51b
7 changed files with 151 additions and 153 deletions

View File

@@ -31,7 +31,7 @@
}
;-----------------------------------
; Shell`s initialization
; Shell's initialization
; without arguments
;-----------------------------------
@@ -105,7 +105,7 @@
ret
;-----------------------------------
; Wait answer from shell
; Wait for answer from the shell
;
; INPUT:
; edi - shell-buffer
@@ -259,7 +259,7 @@
; Get string from shell
;
; INPUT:
; eax - addres of memory for str
; eax - address of memory for str
;-----------------------------------
shell.get_string:
@@ -380,7 +380,7 @@
; Print string to shell
;
; INPUT:
; arg1 - addres of string
; arg1 - address of string
;-----------------------------------
macro shpsa [addr] {
@@ -420,7 +420,7 @@
; Get string from shell
;
; INPUT:
; arg1 - addres of memory for str
; arg1 - address of memory for str
;-----------------------------------
macro shgs [addr] {
@@ -432,7 +432,7 @@
; Get number from shell
;
; INPUT:
; arg1 - addres of memory for num
; arg1 - address of memory for num
;-----------------------------------
macro shgn [addr] {
@@ -504,4 +504,4 @@
sub eax, ..chs
pop ebx
}
}