From 3b8f36c17933251b85c97c72f6f421b8daef36e3 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Fri, 14 Jun 2024 21:24:47 -0700 Subject: [PATCH 1/2] Fix typo causing ruff lint to fail --- llvm_ir_dataset_utils/util/extract_source_lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm_ir_dataset_utils/util/extract_source_lib.py b/llvm_ir_dataset_utils/util/extract_source_lib.py index e888070..0632bd2 100644 --- a/llvm_ir_dataset_utils/util/extract_source_lib.py +++ b/llvm_ir_dataset_utils/util/extract_source_lib.py @@ -1,4 +1,4 @@ -"""Library functions for extracting ource files produced by the compiler +"""Library functions for extracting source files produced by the compiler wrapper. """ From ae333137cb0808a958a09f7508f684e7b5767cc5 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Fri, 14 Jun 2024 21:27:45 -0700 Subject: [PATCH 2/2] Fix another typo --- docs/building_corpora.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building_corpora.rst b/docs/building_corpora.rst index 932dd05..cd36f1d 100644 --- a/docs/building_corpora.rst +++ b/docs/building_corpora.rst @@ -5,7 +5,7 @@ Building a Corpus from an Individual description ------------------------------------------------ To build a corpus from an individual description, run the following command from -the root directory of this repoistory: +the root directory of this repository: .. code-block:: bash