From 3995c02517a08f64fb4db1faecd3f06f47a68ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=C3=A9=20Jr?= Date: Thu, 3 Dec 2015 14:40:40 -0300 Subject: [PATCH] Fix typo on "committing" --- docs/Testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Testing.rst b/docs/Testing.rst index 06cf51a54ae6a..572bab18620fb 100644 --- a/docs/Testing.rst +++ b/docs/Testing.rst @@ -28,7 +28,7 @@ The LLVM lit-based testsuite **Run by**: * Engineers and contributors are expected to run tests from these testsuites - locally before commiting. (Usually on a single platform, and not necessarily + locally before committing. (Usually on a single platform, and not necessarily all tests.) * Buildbots run all tests, on all supported platforms.