mirror of
https://github.com/janet-lang/janet
synced 2024-11-28 11:09:54 +00:00
docs: fix simple typo, soucre -> source
There is a small typo in src/core/features.h. Should read `source` rather than `soucre`.
This commit is contained in:
parent
21a6017547
commit
128d72785f
@ -27,7 +27,7 @@
|
||||
|
||||
#if defined(__NetBSD__) || defined(__APPLE__) || defined(__OpenBSD__) \
|
||||
|| defined(__bsdi__) || defined(__DragonFly__)
|
||||
/* Use BSD soucre on any BSD systems, include OSX */
|
||||
/* Use BSD source on any BSD systems, include OSX */
|
||||
# define _BSD_SOURCE
|
||||
#else
|
||||
/* Use POSIX feature flags */
|
||||
|
Loading…
Reference in New Issue
Block a user