summaryrefslogtreecommitdiff
path: root/libdecnumber/decCommon.c
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@ericsson.com>2018-06-15 23:07:44 -0400
committerSimon Marchi <simon.marchi@ericsson.com>2018-06-18 09:37:46 -0400
commitf57a3bca61357a599be99552aaa6084bd8276682 (patch)
tree57b759b9dcff9a0af002b351cefd0f954a22e57c /libdecnumber/decCommon.c
parentb0f49e3fd776bd64d55c76f001f353c1327d3001 (diff)
downloadbinutils-gdb-f57a3bca61357a599be99552aaa6084bd8276682.tar.gz
libdecnumber: Sync with GCC
Diffstat (limited to 'libdecnumber/decCommon.c')
-rw-r--r--libdecnumber/decCommon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdecnumber/decCommon.c b/libdecnumber/decCommon.c
index 42b05b235ed..8fc1798e427 100644
--- a/libdecnumber/decCommon.c
+++ b/libdecnumber/decCommon.c
@@ -1,5 +1,5 @@
/* Common code for fixed-size types in the decNumber C Library.
- Copyright (C) 2007-2013 Free Software Foundation, Inc.
+ Copyright (C) 2007-2018 Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
@@ -713,7 +713,7 @@ decFloat * decFloatFromPacked(decFloat *df, Int exp, const uByte *packed) {
/* returns df, which will be canonical or NULL if any of the */
/* requirements are not met (if this case df is unchanged); that */
/* is, the input data must be as returned by decFloatToPacked, */
-/* except that all six sign codes are acccepted. */
+/* except that all six sign codes are accepted. */
/* */
/* No status will be set. */
/* ------------------------------------------------------------------ */