diff options
Diffstat (limited to 'core/os/doc.odin')
| -rw-r--r-- | core/os/doc.odin | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/os/doc.odin b/core/os/doc.odin index 2ebdd0912..effb5582c 100644 --- a/core/os/doc.odin +++ b/core/os/doc.odin @@ -1,6 +1,6 @@ -// Package os provides a platform-independent interface to operating system functionality. +// package os_old provides a platform-independent interface to operating system functionality. // The design is UNIX-like but with Odin-like error handling. Failing calls return values with a specific error type rather than error number. // -// The package os interface is intended to be uniform across all operating systems. +// The package os_old interface is intended to be uniform across all operating systems. // Features not generally available appear in the system-specific packages under core:sys/*. -package os2 +package os |