diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-07-03 10:19:57 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-07-03 10:19:57 -0400 |
commit | e3ccf37e2545adf42e9b5975b51fbb4b46d91da4 (patch) | |
tree | 88f971ad96d2bfdb92d305e7379c1e8f72af30e4 /src/lib | |
parent | 705bda859ed8bbdd753d587b9814de4af3afee80 (diff) | |
download | tor-e3ccf37e2545adf42e9b5975b51fbb4b46d91da4.tar.gz tor-e3ccf37e2545adf42e9b5975b51fbb4b46d91da4.zip |
Fix @file directive in var_type_def_st.h
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/confmgt/var_type_def_st.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/confmgt/var_type_def_st.h b/src/lib/confmgt/var_type_def_st.h index c63ff66eff..d142ee1104 100644 --- a/src/lib/confmgt/var_type_def_st.h +++ b/src/lib/confmgt/var_type_def_st.h @@ -5,7 +5,7 @@ /* See LICENSE for licensing information */ /** - * @file typedvar.h + * @file var_type_def_st.h * @brief Structure declarations for typedvar type definitions. * * This structure is used for defining new variable types. If you are not |