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

nasmlib/rlimit.c: fix broken comment

A comment that apparently was mangled during SPDX conversion.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin
2025-10-01 12:47:39 -07:00
parent 4acc3dbccc
commit 37d8ee5768

View File

@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/* Copyright 2020 The NASM Authors - All Rights Reserved */ /* Copyright 2020 The NASM Authors - All Rights Reserved */
/* ----------------------------------------------------------------------- *
#include "compiler.h" #include "compiler.h"
#include "nasmlib.h" #include "nasmlib.h"