summaryrefslogtreecommitdiffstats
path: root/linker/linker_environ.h
diff options
context:
space:
mode:
Diffstat (limited to 'linker/linker_environ.h')
-rw-r--r--linker/linker_environ.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linker/linker_environ.h b/linker/linker_environ.h
index d3f54fd..0f6ac08 100644
--- a/linker/linker_environ.h
+++ b/linker/linker_environ.h
@@ -35,7 +35,7 @@ class KernelArgumentBlock;
extern void linker_env_init(KernelArgumentBlock& args);
// Returns the value of environment variable 'name' if defined and not
-// empty, or NULL otherwise.
+// empty, or null otherwise.
extern const char* linker_env_get(const char* name);
// Returns the value of this program's AT_SECURE variable.