Fix incorrect comment

git-svn-id: svn://kolibrios.org@2668 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2012-05-21 19:01:21 +00:00
parent a63750fa28
commit 04d59d2a46
2 changed files with 2 additions and 2 deletions

View File

@ -895,7 +895,7 @@ fb_char_toupper:
ret ret
;--------------------------------------------------------------------- ;---------------------------------------------------------------------
fb_char_todown: fb_char_todown:
; convert character to uppercase, using cp866 encoding ; convert character to lowercase, using cp866 encoding
; in: al=symbol ; in: al=symbol
; out: al=converted symbol ; out: al=converted symbol
cmp al, 'A' cmp al, 'A'

View File

@ -24,7 +24,7 @@ char_toupper:
ret ret
;--------------------------------------------------------------------- ;---------------------------------------------------------------------
char_todown: char_todown:
; convert character to uppercase, using cp866 encoding ; convert character to lowercase, using cp866 encoding
; in: al=symbol ; in: al=symbol
; out: al=converted symbol ; out: al=converted symbol
cmp al, 'A' cmp al, 'A'