0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-10-10 00:25:06 -04:00

Fix some comments

Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
This commit is contained in:
Elyes HAOUAS
2022-01-09 18:27:53 +01:00
parent 3f9fc2a3a7
commit 1dfbfa408d
5 changed files with 5 additions and 5 deletions

View File

@@ -2824,7 +2824,7 @@ static void stabs_generate(void)
if (ptr) {
/*
* this is the first stab, its strx points to the filename of the
* the source-file, the n_desc field should be set to the number
* source-file, the n_desc field should be set to the number
* of remaining stabs
*/
WRITE_STAB(sptr, fileidx[0], 0, 0, 0, stabstrlen);