Skip to content

Commit 097ea00

Browse files
committed
[min] Fix C++ style comment in C90 code
1 parent 295baa5 commit 097ea00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Configuration/lwipopts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@
10281028
* LWIP_CALLBACK_API==1: The PCB callback function is called directly
10291029
* for the event.
10301030
*/
1031-
//#define LWIP_EVENT_API
1031+
/* #define LWIP_EVENT_API */
10321032

10331033
/*
10341034
----------------------------------

src/Utilities/Stubs/stubs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#ifndef STUBS_H_
99
#define STUBS_H_
1010

11-
///* The ABI requires a 64-bit type. */
11+
/* The ABI requires a 64-bit type. */
1212
__extension__ typedef int __guard __attribute__((mode (__DI__)));
1313

1414
int __cxa_guard_acquire(__guard *);

0 commit comments

Comments
 (0)