From 60a07440a2861badc926878efcaae12ca83290c2 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 24 Nov 2022 22:03:28 +0100 Subject: [PATCH] proc_tools: fix typo Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/fcd2c62c502b4b4961ac4167fd1333811dc45066 Author: vanhofen Date: 2022-11-24 (Thu, 24 Nov 2022) Origin message was: ------------------ - proc_tools: fix typo ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/system/proc_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/proc_tools.h b/src/system/proc_tools.h index 0e528840e..95c9d12a0 100644 --- a/src/system/proc_tools.h +++ b/src/system/proc_tools.h @@ -19,7 +19,7 @@ int proc_put(const char *path, long long value); int proc_put(const char *path, unsigned long long value); int proc_put(const char *path, bool state); int proc_put_hex(const char *path, int value); -int proc_put_het(const char *path, unsigned int value); +int proc_put_hex(const char *path, unsigned int value); int proc_get(const char *path, char *value, const int len); unsigned int proc_get_hex(const char *path);