diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-09-08 01:49:24 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-09-08 01:49:24 +0000 |
commit | c89ae72e43d51f455b6f6fca90a5208c3b2f5cf8 (patch) | |
tree | 34024a8f9eedb754078d5382cb71aa9a3cccc685 | |
parent | 4b04c11d009e7b39c4ee7cd57001ab48677413b0 (diff) | |
download | bcm5719-llvm-c89ae72e43d51f455b6f6fca90a5208c3b2f5cf8.tar.gz bcm5719-llvm-c89ae72e43d51f455b6f6fca90a5208c3b2f5cf8.zip |
builtins: replace section symbol with reference to spec
Removes a non-ascii character that was committed.
llvm-svn: 217353
-rw-r--r-- | compiler-rt/lib/builtins/arm/aeabi_div0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/builtins/arm/aeabi_div0.c b/compiler-rt/lib/builtins/arm/aeabi_div0.c index ef604c25326..ccc95fa5c12 100644 --- a/compiler-rt/lib/builtins/arm/aeabi_div0.c +++ b/compiler-rt/lib/builtins/arm/aeabi_div0.c @@ -14,7 +14,7 @@ */ /* - * ยง4.3.2 - Division by zero + * RTABI 4.3.2 - Division by zero * * The *div0 functions: * - Return the value passed to them as a parameter |