summaryrefslogtreecommitdiff
path: root/debugfs/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'debugfs/util.c')
-rw-r--r--debugfs/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debugfs/util.c b/debugfs/util.c
index 5f101f48..452de749 100644
--- a/debugfs/util.c
+++ b/debugfs/util.c
@@ -210,7 +210,7 @@ char *time_to_string(__s64 cl)
const char *tz;
if (do_gmt == -1) {
- /* The diet libc doesn't respect the TZ environemnt variable */
+ /* The diet libc doesn't respect the TZ environment variable */
tz = ss_safe_getenv("TZ");
if (!tz)
tz = "";